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 /manual/advanced_topics/main.tex | |
parent | 9fc1f55a0f6441532bea822fa5110cf80bf54751 (diff) | |
download | rockbox-55dc25fe7273bf9aa71cdaea9a68c39fa3a22f50.tar.gz rockbox-55dc25fe7273bf9aa71cdaea9a68c39fa3a22f50.zip |
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
Diffstat (limited to 'manual/advanced_topics/main.tex')
-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 d7646eafc4..08ecdfd063 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.\\ | |||
321 | \item `filename' is the font filename to load. Fonts should be stored in | 321 | \item `filename' is the font filename to load. Fonts should be stored in |
322 | \fname{/.rockbox/fonts/} | 322 | \fname{/.rockbox/fonts/} |
323 | \item `glyphs' is an optional specification of how many unique glyphs to | 323 | \item `glyphs' is an optional specification of how many unique glyphs to |
324 | store in memory. | 324 | store in memory. Default is 256. |
325 | \end{itemize} | 325 | \end{itemize} |
326 | 326 | ||
327 | An example would be: \config{\%Fl(2,12-Nimbus.fnt,100)} | 327 | An example would be: \config{\%Fl(2,12-Nimbus.fnt,100)} |