lcd-m6sp.c: remove \r
[kugel-rb.git] / manual / advanced_topics / viewports / mono-vp-syntax.tex
blobbb8fce64da55f5d7bf39e1cb1fa177ec4c8ee7dd
1 \subsubsection{Viewport Declaration Syntax}
3 \config{\%V(x,y,[width],[height],[font]}%
5 \begin{itemize}
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 skin loaded fonts (see
8 \reference{ref:multifont}).
9 \item Only the coordinates \emph{have} to be specified. Leaving the other
10 definitions blank will set them to their default values.
11 \end{itemize}
13 \note{The correct number of commas with hyphens in
14 blank fields are still needed in any case.}
16 \begin{example}
17 %V(12,20,-,-,1)
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
20 %sthat point. The lines will scroll if this text does not fit in the viewport.
21 %sThe user font is used.
22 \end{example}
23 \begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
24 width/height & remaining part of screen \\
25 font & user defined \\
26 \end{rbtabular}