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([fgcolour]) \%Vb([bgcolour])}%
|
2009-09-20 16:48:45 +00:00
|
|
|
|
|
|
|
\begin{itemize}
|
2009-12-23 20:05:29 +00:00
|
|
|
\item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF.
|
|
|
|
\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(000000) %Vb(FFFFFF)
|
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, and the foreground and background are set to black
|
|
|
|
%sand white respectively.
|
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 \\
|
2010-05-12 22:06:18 +00:00
|
|
|
foreground/background colours & defined by theme \\
|
2009-12-23 20:05:29 +00:00
|
|
|
\end{rbtabular}
|
|
|
|
|