summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/viewports/mono-vp-syntax.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/viewports/mono-vp-syntax.tex')
-rw-r--r--manual/advanced_topics/viewports/mono-vp-syntax.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex
new file mode 100644
index 0000000000..3126d81a10
--- /dev/null
+++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex
@@ -0,0 +1,24 @@
1\subsubsection{Viewport Declaration Syntax}
2
3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}%
4
5 \begin{itemize}
6 \item 'font' is a number - '0' is the built-in system font, '1' is the
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.
10 \note{The correct number of {\textbar}s with hyphens in blank fields
11 are still needed in any case.}
12 \end{itemize}
13
14\begin{example}
15 %V|12|20|-|-|1|
16 %sThis viewport is displayed permanently. It starts 12px from the left and
17 %s20px from the top of the screen, and fills the rest of the screen from
18 %sthat point. The lines will scroll if this text does not fit in the viewport.
19 %sThe user font is used.
20\end{example}
21\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{}
22 width/height & remaining part of screen \\
23 font & user defined \\
24\end{rbtabular}