1
0
Fork 0
forked from len0rd/rockbox

Corrected some info regarding fonts

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10915 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2006-09-10 10:17:47 +00:00
parent 8fc1914177
commit cb527ca1e4

View file

@ -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.}
}