2009-09-20 16:48:45 +00:00
|
|
|
\subsubsection{Viewport Declaration Syntax}
|
|
|
|
|
2010-06-20 12:58:41 +00:00
|
|
|
\config{\%V(x,y,[width],[height],[font]) \%Vf([fgshade]) \%Vb([bgshade])}%
|
2009-09-20 16:48:45 +00:00
|
|
|
|
|
|
|
\begin{itemize}
|
2009-12-23 20:05:29 +00:00
|
|
|
\item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
|
2009-09-20 16:48:45 +00:00
|
|
|
(= white).
|
2009-12-23 20:05:29 +00:00
|
|
|
\item `font' is a number: 0 is the built-in system font, 1 is the
|
2010-06-20 16:23:47 +00:00
|
|
|
current menu font, and 2-9 are additional skin loaded fonts (see
|
2010-06-20 12:58:09 +00:00
|
|
|
\reference{ref:multifont}).
|
2009-09-20 16:48:45 +00:00
|
|
|
\item Only the coordinates \emph{have} to be specified. Leaving the other
|
|
|
|
definitions blank will set them to their default values.
|
|
|
|
\end{itemize}
|
|
|
|
|
2010-06-20 12:58:41 +00:00
|
|
|
\note{The correct number of commas with hyphens in
|
2010-05-18 20:23:22 +00:00
|
|
|
blank fields are still needed in any case.}
|
|
|
|
|
2009-09-20 16:48:45 +00:00
|
|
|
\begin{example}
|
2010-06-20 12:58:41 +00:00
|
|
|
%V(12,20,-,-,1) %Vf(0) %Vb(3)
|
2009-09-20 16:48:45 +00:00
|
|
|
%sThis viewport is displayed permanently. It starts 12px from the left and
|
|
|
|
%s20px from the top of the screen, and fills the rest of the screen from
|
|
|
|
%sthat point. The lines will scroll if this text does not fit in the viewport.
|
2010-06-20 12:58:41 +00:00
|
|
|
%sThe user font is used, the foreground colour is set to black and the
|
|
|
|
%sbackground is set to white.
|
2009-09-20 16:48:45 +00:00
|
|
|
\end{example}
|
2010-05-12 22:06:18 +00:00
|
|
|
\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
|
2009-09-20 16:48:45 +00:00
|
|
|
width/height & remaining part of screen \\
|
|
|
|
font & user defined \\
|
|
|
|
shade & black foreground on white background \\
|
|
|
|
\end{rbtabular}
|
2009-12-23 20:05:29 +00:00
|
|
|
|