From 9cbf1c3886cee9a6a9c59698c17d4214ca6e6aae Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Sun, 20 Sep 2009 17:03:11 +0000 Subject: Port r22756 to the 3.4 branch - Add viewports to the manual. Adapted from FS#9934 by Jonas Häggqvist and FS#10553 by David Kauffmann. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@22757 a1c6a512-1295-4272-9138-f99709370657 --- manual/advanced_topics/viewports/mono-uivp-syntax.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manual/advanced_topics/viewports/mono-uivp-syntax.tex (limited to 'manual/advanced_topics/viewports/mono-uivp-syntax.tex') diff --git a/manual/advanced_topics/viewports/mono-uivp-syntax.tex b/manual/advanced_topics/viewports/mono-uivp-syntax.tex new file mode 100644 index 0000000000..bdf0a28eaa --- /dev/null +++ b/manual/advanced_topics/viewports/mono-uivp-syntax.tex @@ -0,0 +1,11 @@ + \begin{itemize} + \item 'font' is a number - '0' is the built-in system font, '1' is the + user-selected font. + \end{itemize} + +\begin{example} + \config{ui viewport: 15,20,100,150,-} +\end{example} +This displays the menu starting at 15px from the left of the screen and 20px +from the top of the screen. It is 100px wide and 150px high. The font is +defined in the theme \fname{.cfg} file or in the \setting{Theme Settings} menu. -- cgit v1.2.3