summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/viewports/colour-vp-syntax.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-06-20 16:23:47 +0000
committerAlex Parker <rockbox@aeparker.com>2010-06-20 16:23:47 +0000
commit994d955d9c69e43991e3b5a574e0b0f78e1c0f22 (patch)
treef820f2e32b62f7ae6a1827c587d9c37dd04219a1 /manual/advanced_topics/viewports/colour-vp-syntax.tex
parent8a798179fc4855f3d567b173a0e5f62bf1f9c5e8 (diff)
downloadrockbox-994d955d9c69e43991e3b5a574e0b0f78e1c0f22.tar.gz
rockbox-994d955d9c69e43991e3b5a574e0b0f78e1c0f22.zip
Fix typos/c&p errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26993 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/viewports/colour-vp-syntax.tex')
-rw-r--r--manual/advanced_topics/viewports/colour-vp-syntax.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex
index e6d0c82cf8..2b0e932af7 100644
--- a/manual/advanced_topics/viewports/colour-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex
@@ -5,7 +5,7 @@
5 \begin{itemize} 5 \begin{itemize}
6 \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF. 6 \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF.
7 \item `font' is a number: 0 is the built-in system font, 1 is the 7 \item `font' is a number: 0 is the built-in system font, 1 is the
8 current menu font, and 2-9 are additional are skin loaded fonts (see 8 current menu font, and 2-9 are additional skin loaded fonts (see
9 \reference{ref:multifont}). 9 \reference{ref:multifont}).
10 \item Only the coordinates \emph{have} to be specified. Leaving the other 10 \item Only the coordinates \emph{have} to be specified. Leaving the other
11 definitions blank will set them to their default values. 11 definitions blank will set them to their default values.