Convert the manual to the new theme syntax. As a result, adds the viewport colour...
[maemo-rb.git] / manual / advanced_topics / viewports / grayscale-vp-syntax.tex
blob1c0c8bf532d4b042e8e6afc5117dc84571ade73d
1 \subsubsection{Viewport Declaration Syntax}
3 \config{\%V(x,y,[width],[height],[font]) \%Vf([fgshade]) \%Vb([bgshade])}%
5 \begin{itemize}
6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
7 (= white).
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
10 \reference{ref:multifont}).
11 \item Only the coordinates \emph{have} to be specified. Leaving the other
12 definitions blank will set them to their default values.
13 \end{itemize}
15 \note{The correct number of commas with hyphens in
16 blank fields are still needed in any case.}
18 \begin{example}
19 %V(12,20,-,-,1) %Vf(0) %Vb(3)
20 %sThis viewport is displayed permanently. It starts 12px from the left and
21 %s20px from the top of the screen, and fills the rest of the screen from
22 %sthat point. The lines will scroll if this text does not fit in the viewport.
23 %sThe user font is used, the foreground colour is set to black and the
24 %sbackground is set to white.
25 \end{example}
26 \begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
27 width/height & remaining part of screen \\
28 font & user defined \\
29 shade & black foreground on white background \\
30 \end{rbtabular}