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]}%
|
2009-09-20 16:48:45 +00:00
|
|
|
|
|
|
|
\begin{itemize}
|
2010-05-19 16:01:38 +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-05-18 20:23:22 +00:00
|
|
|
|
2010-06-20 12:58:41 +00:00
|
|
|
\note{The correct number of commas with hyphens in
|
2011-08-19 11:43:51 +00:00
|
|
|
blank fields are still needed.}
|
2009-09-20 16:48:45 +00:00
|
|
|
|
|
|
|
\begin{example}
|
2010-06-20 12:58:41 +00:00
|
|
|
%V(12,20,-,-,1)
|
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.
|
|
|
|
%sThe user font is used.
|
|
|
|
\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 \\
|
|
|
|
\end{rbtabular}
|
2009-12-23 20:05:29 +00:00
|
|
|
|