blob: 8c84607499c64cb0d3b392b802a0fc0ee0e8ea43 [file] [log] [blame]
Alex Parkerab563da2009-09-20 16:48:45 +00001\subsubsection{Viewport Declaration Syntax}
2
Alexander Levin64bb9a02010-05-18 20:23:22 +00003\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}}%
Alex Parkerab563da2009-09-20 16:48:45 +00004
5 \begin{itemize}
Alexander Levin8f8cdd32010-05-19 16:01:38 +00006 \item `font' is a number: 0 is the built-in system font, 1 is the
Alex Parker1b0c77f2010-06-20 12:58:09 +00007 current menu font, and 2-9 are additional are skin loaded fonts (see
8 \reference{ref:multifont}).
Alex Parkerab563da2009-09-20 16:48:45 +00009 \item Only the coordinates \emph{have} to be specified. Leaving the other
10 definitions blank will set them to their default values.
Alex Parkerab563da2009-09-20 16:48:45 +000011 \end{itemize}
Alexander Levin64bb9a02010-05-18 20:23:22 +000012
13\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
14 blank fields are still needed in any case.}
Alex Parkerab563da2009-09-20 16:48:45 +000015
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}
Alexander Levin9df56382010-05-12 22:06:18 +000023\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
Alex Parkerab563da2009-09-20 16:48:45 +000024 width/height & remaining part of screen \\
25 font & user defined \\
26\end{rbtabular}
Alexander Levinb57fe482009-12-23 20:05:29 +000027