Alex Parker | ab563da | 2009-09-20 16:48:45 +0000 | [diff] [blame] | 1 | \subsubsection{Viewport Declaration Syntax} |
| 2 | |
Alexander Levin | 64bb9a0 | 2010-05-18 20:23:22 +0000 | [diff] [blame] | 3 | \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}}% |
Alex Parker | ab563da | 2009-09-20 16:48:45 +0000 | [diff] [blame] | 4 | |
| 5 | \begin{itemize} |
Alexander Levin | 8f8cdd3 | 2010-05-19 16:01:38 +0000 | [diff] [blame^] | 6 | \item `font' is a number: 0 is the built-in system font, 1 is the |
Alex Parker | ab563da | 2009-09-20 16:48:45 +0000 | [diff] [blame] | 7 | user-selected font. |
| 8 | \item Only the coordinates \emph{have} to be specified. Leaving the other |
| 9 | definitions blank will set them to their default values. |
Alex Parker | ab563da | 2009-09-20 16:48:45 +0000 | [diff] [blame] | 10 | \end{itemize} |
Alexander Levin | 64bb9a0 | 2010-05-18 20:23:22 +0000 | [diff] [blame] | 11 | |
| 12 | \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in |
| 13 | blank fields are still needed in any case.} |
Alex Parker | ab563da | 2009-09-20 16:48:45 +0000 | [diff] [blame] | 14 | |
| 15 | \begin{example} |
| 16 | %V|12|20|-|-|1| |
| 17 | %sThis viewport is displayed permanently. It starts 12px from the left and |
| 18 | %s20px from the top of the screen, and fills the rest of the screen from |
| 19 | %sthat point. The lines will scroll if this text does not fit in the viewport. |
| 20 | %sThe user font is used. |
| 21 | \end{example} |
Alexander Levin | 9df5638 | 2010-05-12 22:06:18 +0000 | [diff] [blame] | 22 | \begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{} |
Alex Parker | ab563da | 2009-09-20 16:48:45 +0000 | [diff] [blame] | 23 | width/height & remaining part of screen \\ |
| 24 | font & user defined \\ |
| 25 | \end{rbtabular} |
Alexander Levin | b57fe48 | 2009-12-23 20:05:29 +0000 | [diff] [blame] | 26 | |