summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/viewports
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/viewports')
-rw-r--r--manual/advanced_topics/viewports/colour-uivp-syntax.tex5
-rw-r--r--manual/advanced_topics/viewports/colour-vp-syntax.tex11
-rw-r--r--manual/advanced_topics/viewports/grayscale-uivp-syntax.tex7
-rw-r--r--manual/advanced_topics/viewports/grayscale-vp-syntax.tex9
-rw-r--r--manual/advanced_topics/viewports/mono-uivp-syntax.tex3
-rw-r--r--manual/advanced_topics/viewports/mono-vp-syntax.tex5
6 files changed, 23 insertions, 17 deletions
diff --git a/manual/advanced_topics/viewports/colour-uivp-syntax.tex b/manual/advanced_topics/viewports/colour-uivp-syntax.tex
index e681f45fc8..cb759f8ad1 100644
--- a/manual/advanced_topics/viewports/colour-uivp-syntax.tex
+++ b/manual/advanced_topics/viewports/colour-uivp-syntax.tex
@@ -1,6 +1,6 @@
1 \begin{itemize} 1 \begin{itemize}
2 \item 'fgcolour' and 'bgcolour' are 6-digit RGB888 colours - e.g. FF00FF. 2 \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF.
3 \item 'font' is a number - '0' is the built-in system font, '1' is the 3 \item `font' is a number: 0 is the built-in system font, 1 is the
4 user-selected font. 4 user-selected font.
5 \end{itemize} 5 \end{itemize}
6 6
@@ -11,3 +11,4 @@ This displays the menu starting at 15px from the left of the screen and 20px
11from the top of the screen. It is 100px wide and 150px high. 11from the top of the screen. It is 100px wide and 150px high.
12The font and the foreground/background colours are defined in the theme 12The font and the foreground/background colours are defined in the theme
13\fname{.cfg} file or in the \setting{Theme Settings} menu. 13\fname{.cfg} file or in the \setting{Theme Settings} menu.
14
diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex
index c88451724c..de424dcd4e 100644
--- a/manual/advanced_topics/viewports/colour-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex
@@ -3,13 +3,13 @@
3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}% 3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}%
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.
7 \item 'font' is a number - '0' is the built-in system font, '1' is the 7 \item `font' is a number: 0 is the built-in system font, 1 is the
8 user-selected font. 8 user-selected font.
9 \item Only the coordinates \emph{have} to be specified. Leaving the other 9 \item Only the coordinates \emph{have} to be specified. Leaving the other
10 definitions blank will set them to their default values. 10 definitions blank will set them to their default values.
11 \note{The correct number of {\textbar}s with hyphens in blank fields 11 \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
12 are still needed in any case.} 12 blank fields are still needed in any case.}
13 \end{itemize} 13 \end{itemize}
14 14
15\begin{example} 15\begin{example}
@@ -23,4 +23,5 @@
23 width/height & remaining part of screen \\ 23 width/height & remaining part of screen \\
24 font & user defined \\ 24 font & user defined \\
25 forground/background colours & defined by theme \\ 25 forground/background colours & defined by theme \\
26\end{rbtabular} \ No newline at end of file 26\end{rbtabular}
27
diff --git a/manual/advanced_topics/viewports/grayscale-uivp-syntax.tex b/manual/advanced_topics/viewports/grayscale-uivp-syntax.tex
index 3b420ce7d5..23bc0f38a5 100644
--- a/manual/advanced_topics/viewports/grayscale-uivp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-uivp-syntax.tex
@@ -1,14 +1,15 @@
1 \begin{itemize} 1 \begin{itemize}
2 \item 'fgshade' and bgshade are numbers in the range '0' (= black) to '3' 2 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
3 (= white). 3 (= white).
4 \item 'font' is a number - '0' is the built-in system font, '1' is the 4 \item `font' is a number: 0 is the built-in system font, 1 is the
5 user-selected font. 5 user-selected font.
6 \end{itemize} 6 \end{itemize}
7 7
8\begin{example} 8\begin{example}
9 \config{ui viewport: 15,20,100,150,-,-,-} 9 \config{ui viewport: 15,20,100,150,-,-,-}
10\end{example} 10\end{example}
11his displays the menu starting at 15px from the left of the screen and 20px 11This displays the menu starting at 15px from the left of the screen and 20px
12from the top of the screen. It is 100px wide and 150px high. 12from the top of the screen. It is 100px wide and 150px high.
13The font and the foreground/background shades are defined in the theme 13The font and the foreground/background shades are defined in the theme
14\fname{.cfg} file or in the \setting{Theme Settings} menu. 14\fname{.cfg} file or in the \setting{Theme Settings} menu.
15
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index 9f15b514b2..ec8db029a5 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -3,14 +3,14 @@
3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}% 3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}%
4 4
5 \begin{itemize} 5 \begin{itemize}
6 \item 'fgshade' and bgshade are numbers in the range '0' (= black) to '3' 6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
7 (= white). 7 (= white).
8 \item 'font' is a number - '0' is the built-in system font, '1' is the 8 \item `font' is a number: 0 is the built-in system font, 1 is the
9 user-selected font. 9 user-selected font.
10 \item Only the coordinates \emph{have} to be specified. Leaving the other 10 \item Only the coordinates \emph{have} to be specified. Leaving the other
11 definitions blank will set them to their default values. 11 definitions blank will set them to their default values.
12 \note{The correct number of {\textbar}s with hyphens in blank fields 12 \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
13 are still needed in any case.} 13 blank fields are still needed in any case.}
14 \end{itemize} 14 \end{itemize}
15 15
16\begin{example} 16\begin{example}
@@ -25,3 +25,4 @@
25 font & user defined \\ 25 font & user defined \\
26 shade & black foreground on white background \\ 26 shade & black foreground on white background \\
27\end{rbtabular} 27\end{rbtabular}
28
diff --git a/manual/advanced_topics/viewports/mono-uivp-syntax.tex b/manual/advanced_topics/viewports/mono-uivp-syntax.tex
index bdf0a28eaa..d8e8d5e067 100644
--- a/manual/advanced_topics/viewports/mono-uivp-syntax.tex
+++ b/manual/advanced_topics/viewports/mono-uivp-syntax.tex
@@ -1,5 +1,5 @@
1 \begin{itemize} 1 \begin{itemize}
2 \item 'font' is a number - '0' is the built-in system font, '1' is the 2 \item `font' is a number: 0 is the built-in system font, 1 is the
3 user-selected font. 3 user-selected font.
4 \end{itemize} 4 \end{itemize}
5 5
@@ -9,3 +9,4 @@
9This displays the menu starting at 15px from the left of the screen and 20px 9This displays the menu starting at 15px from the left of the screen and 20px
10from the top of the screen. It is 100px wide and 150px high. The font is 10from the top of the screen. It is 100px wide and 150px high. The font is
11defined in the theme \fname{.cfg} file or in the \setting{Theme Settings} menu. 11defined in the theme \fname{.cfg} file or in the \setting{Theme Settings} menu.
12
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex
index 3126d81a10..20c16c8420 100644
--- a/manual/advanced_topics/viewports/mono-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex
@@ -7,8 +7,8 @@
7 user-selected font. 7 user-selected font.
8 \item Only the coordinates \emph{have} to be specified. Leaving the other 8 \item Only the coordinates \emph{have} to be specified. Leaving the other
9 definitions blank will set them to their default values. 9 definitions blank will set them to their default values.
10 \note{The correct number of {\textbar}s with hyphens in blank fields 10 \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
11 are still needed in any case.} 11 blank fields are still needed in any case.}
12 \end{itemize} 12 \end{itemize}
13 13
14\begin{example} 14\begin{example}
@@ -22,3 +22,4 @@
22 width/height & remaining part of screen \\ 22 width/height & remaining part of screen \\
23 font & user defined \\ 23 font & user defined \\
24\end{rbtabular} 24\end{rbtabular}
25