summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/advanced_topics/main.tex2
-rw-r--r--manual/advanced_topics/viewports/colour-vp-syntax.tex2
-rw-r--r--manual/advanced_topics/viewports/grayscale-vp-syntax.tex2
-rw-r--r--manual/advanced_topics/viewports/mono-vp-syntax.tex2
4 files changed, 4 insertions, 4 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 78cc32d90d..0ced13c5f7 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -312,7 +312,7 @@ and the WPS, but you can use multiple fonts in each of the individual screens.\\
312\config{\%Fl(`id',filename)} 312\config{\%Fl(`id',filename)}
313 313
314 \begin{itemize} 314 \begin{itemize}
315 \item `id' is the number you want to use in viewport declerations, 0 and 1 315 \item `id' is the number you want to use in viewport declarations, 0 and 1
316 are reserved and so can't be used. 316 are reserved and so can't be used.
317 \item `filename' is the font filename to load. Fonts should be stored in 317 \item `filename' is the font filename to load. Fonts should be stored in
318 \fname{/.rockbox/fonts/} 318 \fname{/.rockbox/fonts/}
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.
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index 1c0c8bf532..32248d275e 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -6,7 +6,7 @@
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 current menu font, and 2-9 are additional are skin loaded fonts (see 9 current menu font, and 2-9 are additional skin loaded fonts (see
10 \reference{ref:multifont}). 10 \reference{ref:multifont}).
11 \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
12 definitions blank will set them to their default values. 12 definitions blank will set them to their default values.
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex
index 81194a99d0..bb8fce64da 100644
--- a/manual/advanced_topics/viewports/mono-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex
@@ -4,7 +4,7 @@
4 4
5 \begin{itemize} 5 \begin{itemize}
6 \item `font' is a number: 0 is the built-in system font, 1 is the 6 \item `font' is a number: 0 is the built-in system font, 1 is the
7 current menu font, and 2-9 are additional are skin loaded fonts (see 7 current menu font, and 2-9 are additional skin loaded fonts (see
8 \reference{ref:multifont}). 8 \reference{ref:multifont}).
9 \item Only the coordinates \emph{have} to be specified. Leaving the other 9 \item Only the coordinates \emph{have} to be specified. Leaving the other
10 definitions blank will set them to their default values. 10 definitions blank will set them to their default values.