diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-08-26 20:56:07 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-08-26 20:56:07 +0000 |
| commit | 55dc25fe7273bf9aa71cdaea9a68c39fa3a22f50 (patch) | |
| tree | 8f67645f080416576b9356dfc4385b8181eeb152 | |
| parent | 9fc1f55a0f6441532bea822fa5110cf80bf54751 (diff) | |
| download | rockbox-55dc25fe7273bf9aa71cdaea9a68c39fa3a22f50.zip rockbox-55dc25fe7273bf9aa71cdaea9a68c39fa3a22f50.tar.gz rockbox-55dc25fe7273bf9aa71cdaea9a68c39fa3a22f50.tar.bz2 rockbox-55dc25fe7273bf9aa71cdaea9a68c39fa3a22f50.tar.xz | |
Describe the default value of the new optional tag parameter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27899 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/advanced_topics/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index d7646ea..08ecdfd 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -321,7 +321,7 @@ and the WPS, but you can use multiple fonts in each of the individual screens.\\ \item `filename' is the font filename to load. Fonts should be stored in \fname{/.rockbox/fonts/} \item `glyphs' is an optional specification of how many unique glyphs to - store in memory. + store in memory. Default is 256. \end{itemize} An example would be: \config{\%Fl(2,12-Nimbus.fnt,100)} |