From cb527ca1e463c6e91c6783b0fc92cbf75e1093d7 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 10 Sep 2006 10:17:47 +0000 Subject: Corrected some info regarding fonts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10915 a1c6a512-1295-4272-9138-f99709370657 --- manual/advanced_topics/main.tex | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'manual/advanced_topics/main.tex') diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index be6e6c2f0d..8c3d8a5cd7 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -1,3 +1,4 @@ +% $Id$ % \chapter{Advanced Topics} \section{\label{ref:CustomisingUI}Customising the userinterface} @@ -10,15 +11,16 @@ are always included in the different Rockbox builds. \opt{HAVE_LCD_BITMAP}{ \subsection{\label{ref:Loadingfonts}Loading Fonts} - Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the - \dap\ and ``play'' them in the directory browser or select - \setting{General Settings $\rightarrow$ Fonts} from the Main Menu. - If you want a font to be loaded automatically every time you start up, - it must be located in the \fname{/.rockbox } folder and the filename - must be at most 24 characters long. - \warn{Advanced Users Only: Any BDF font file up to 16 pixels high should - be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use - the \fname{convbdf} tool. This tool can be found in the \fname{tools} + Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the + \dap{} and ``play'' it in the \setting{File Browser}. If you want a font to + be loaded automatically every time you start up, it must be located in the + \fname{/.rockbox/fonts} folder and the filename must be at most 24 characters + long. You can browse the fonts in \fname{/.rockbox/fonts} under + \setting{General Settings $\rightarrow$ Display $\rightarrow$ Browse Fonts} + in the \setting{Main Menu}. + \warn{Advanced Users Only: Any BDF font file up to 16 pixels high should + be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use + the \fname{convbdf} tool. This tool can be found in the \fname{tools} directory of the Rockbox source code.} } -- cgit v1.2.3