diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-11-22 15:50:31 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-11-23 11:17:35 +0100 |
commit | deb5839a5b0d11c4a079a7939fe88aa07101aecc (patch) | |
tree | 9ae4b56084b9987a2145e32c658c28e6ab4f36d3 /docs/mutool | |
parent | 1280bde7a824599bad9e277f6b3e74b850a1e6fc (diff) | |
download | mupdf-deb5839a5b0d11c4a079a7939fe88aa07101aecc.tar.xz |
js: Add setUserCSS function.
Diffstat (limited to 'docs/mutool')
-rw-r--r-- | docs/mutool/run.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html index 328e0988..5f6ff4f6 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -97,6 +97,8 @@ only store bytes. <dd>Create a new empty buffer. <dt>readFile(fileName) <dd>Create a new buffer with the contents of a file. +<dt>setUserCSS(userStylesheet, usePublisherStyles) +<dd>Set user styles and whether to use publisher styles when laying out reflowable documents. <dt>Buffer#length <dd>The number of bytes in the buffer. <dt>Buffer#[n] |