summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/viewports/mono-vp-syntax.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-06-20 12:58:41 +0000
committerAlex Parker <rockbox@aeparker.com>2010-06-20 12:58:41 +0000
commit64d4ddf2161f21239539a17705d83478297254f8 (patch)
tree3e05d72578c4f6ca9e04312923c2f717f83936b6 /manual/advanced_topics/viewports/mono-vp-syntax.tex
parent318e99a61e19e4fd31de6519756c9e51063f32bd (diff)
downloadrockbox-64d4ddf2161f21239539a17705d83478297254f8.tar.gz
rockbox-64d4ddf2161f21239539a17705d83478297254f8.zip
Convert the manual to the new theme syntax. As a result, adds the viewport colour tags which closes FS#11372. Correct multifont tag from %F to %Fl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26989 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/viewports/mono-vp-syntax.tex')
-rw-r--r--manual/advanced_topics/viewports/mono-vp-syntax.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex
index 8c84607499..81194a99d0 100644
--- a/manual/advanced_topics/viewports/mono-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex
@@ -1,6 +1,6 @@
1\subsubsection{Viewport Declaration Syntax} 1\subsubsection{Viewport Declaration Syntax}
2 2
3\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}}% 3\config{\%V(x,y,[width],[height],[font]}%
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
@@ -10,11 +10,11 @@
10 definitions blank will set them to their default values. 10 definitions blank will set them to their default values.
11 \end{itemize} 11 \end{itemize}
12 12
13\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in 13\note{The correct number of commas with hyphens in
14 blank fields are still needed in any case.} 14 blank fields are still needed in any case.}
15 15
16\begin{example} 16\begin{example}
17 %V|12|20|-|-|1| 17 %V(12,20,-,-,1)
18 %sThis viewport is displayed permanently. It starts 12px from the left and 18 %sThis viewport is displayed permanently. It starts 12px from the left and
19 %s20px from the top of the screen, and fills the rest of the screen from 19 %s20px from the top of the screen, and fills the rest of the screen from
20 %sthat point. The lines will scroll if this text does not fit in the viewport. 20 %sthat point. The lines will scroll if this text does not fit in the viewport.