summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-09-10 10:17:47 +0000
committerNils Wallménius <nils@rockbox.org>2006-09-10 10:17:47 +0000
commitcb527ca1e463c6e91c6783b0fc92cbf75e1093d7 (patch)
treed5e47eec0daa4969df00919d05f0482b5f8332fe /manual
parent8fc19141770aeac815834c905ab7ff7f960e67b1 (diff)
downloadrockbox-cb527ca1e463c6e91c6783b0fc92cbf75e1093d7.tar.gz
rockbox-cb527ca1e463c6e91c6783b0fc92cbf75e1093d7.zip
Corrected some info regarding fonts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10915 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/advanced_topics/main.tex20
1 files changed, 11 insertions, 9 deletions
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.}
}