summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-06-20 12:58:09 +0000
committerAlex Parker <rockbox@aeparker.com>2010-06-20 12:58:09 +0000
commit1b0c77fd28ab1b1238b372e7be88209777dc3e3e (patch)
treec457dd45a7ee2224dd43c425c42b1e804a4cc451 /manual/advanced_topics/viewports/grayscale-vp-syntax.tex
parent439cddf72c84e1f719cd0afc8b5ac9ac36eb2bff (diff)
downloadrockbox-1b0c77fd28ab1b1238b372e7be88209777dc3e3e.tar.gz
rockbox-1b0c77fd28ab1b1238b372e7be88209777dc3e3e.zip
Add multifont to the manual. Closes FS#11294.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26987 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/viewports/grayscale-vp-syntax.tex')
-rw-r--r--manual/advanced_topics/viewports/grayscale-vp-syntax.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index fdcdabb50e..a8460703a9 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -6,7 +6,8 @@
6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3 6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
7 (= white). 7 (= white).
8 \item `font' is a number: 0 is the built-in system font, 1 is the 8 \item `font' is a number: 0 is the built-in system font, 1 is the
9 user-selected font. 9 current menu font, and 2-9 are additional are skin loaded fonts (see
10 \reference{ref:multifont}).
10 \item Only the coordinates \emph{have} to be specified. Leaving the other 11 \item Only the coordinates \emph{have} to be specified. Leaving the other
11 definitions blank will set them to their default values. 12 definitions blank will set them to their default values.
12 \end{itemize} 13 \end{itemize}