blob: fdcdabb50ec7fc063544b96d712611f3533a9194 [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}[fgshade]{\textbar}[bgshade]{\textbar}}%
Alex Parkerab563da2009-09-20 16:48:45 +00004
5 \begin{itemize}
Alexander Levinb57fe482009-12-23 20:05:29 +00006 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
Alex Parkerab563da2009-09-20 16:48:45 +00007 (= white).
Alexander Levinb57fe482009-12-23 20:05:29 +00008 \item `font' is a number: 0 is the built-in system font, 1 is the
Alex Parkerab563da2009-09-20 16:48:45 +00009 user-selected font.
10 \item Only the coordinates \emph{have} to be specified. Leaving the other
11 definitions blank will set them to their default values.
Alex Parkerab563da2009-09-20 16:48:45 +000012 \end{itemize}
13
Alexander Levin64bb9a02010-05-18 20:23:22 +000014\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
15 blank fields are still needed in any case.}
16
Alex Parkerab563da2009-09-20 16:48:45 +000017\begin{example}
18 %V|12|20|-|-|1|-|-|
19 %sThis viewport is displayed permanently. It starts 12px from the left and
20 %s20px from the top of the screen, and fills the rest of the screen from
21 %sthat point. The lines will scroll if this text does not fit in the viewport.
22 %sThe user font is used, as are the default foreground/background shades.
23\end{example}
Alexander Levin9df56382010-05-12 22:06:18 +000024\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
Alex Parkerab563da2009-09-20 16:48:45 +000025 width/height & remaining part of screen \\
26 font & user defined \\
27 shade & black foreground on white background \\
28\end{rbtabular}
Alexander Levinb57fe482009-12-23 20:05:29 +000029