summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/viewports/colour-vp-syntax.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/viewports/colour-vp-syntax.tex')
-rw-r--r--manual/advanced_topics/viewports/colour-vp-syntax.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex
index 10b879241b..e6d0c82cf8 100644
--- a/manual/advanced_topics/viewports/colour-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex
@@ -1,6 +1,6 @@
1\subsubsection{Viewport Declaration Syntax} 1\subsubsection{Viewport Declaration Syntax}
2 2
3\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}}% 3\config{\%V(x,y,[width],[height],[font]) \%Vf([fgcolour]) \%Vb([bgcolour])}%
4 4
5 \begin{itemize} 5 \begin{itemize}
6 \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF. 6 \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF.
@@ -11,15 +11,16 @@
11 definitions blank will set them to their default values. 11 definitions blank will set them to their default values.
12 \end{itemize} 12 \end{itemize}
13 13
14\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in 14\note{The correct number of commas with hyphens in
15 blank fields are still needed in any case.} 15 blank fields are still needed in any case.}
16 16
17\begin{example} 17\begin{example}
18 %V|12|20|-|-|1|-|-| 18 %V(12,20,-,-,1) %Vf(000000) %Vb(FFFFFF)
19 %sThis viewport is displayed permanently. It starts 12px from the left and 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 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. 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 colours. 22 %sThe user font is used, and the foreground and background are set to black
23 %sand white respectively.
23\end{example} 24\end{example}
24\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{} 25\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
25 width/height & remaining part of screen \\ 26 width/height & remaining part of screen \\