summaryrefslogtreecommitdiff
path: root/manual/advanced_topics
diff options
context:
space:
mode:
authorFred Bauer <fred.w.bauer@gmail.com>2011-11-19 23:34:26 +0000
committerFred Bauer <fred.w.bauer@gmail.com>2011-11-19 23:34:26 +0000
commitea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9 (patch)
tree5ff1f18c66be4c25f32e03ffadeb6bb3cb568656 /manual/advanced_topics
parentd78e05c5722356fd8ce20cdb4c40df44cc2b4d33 (diff)
downloadrockbox-ea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9.tar.gz
rockbox-ea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9.zip
FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. Defaults to 250. This saves a lot of RAM while still allowing non-English users to have adequate glyph coverage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31031 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics')
-rw-r--r--manual/advanced_topics/main.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 17e72cd51a..3503e5851d 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -342,7 +342,8 @@ and the WPS, but you can use multiple fonts in each of the individual screens.\\
342 \item `filename' is the font filename to load. Fonts should be stored in 342 \item `filename' is the font filename to load. Fonts should be stored in
343 \fname{/.rockbox/fonts/} 343 \fname{/.rockbox/fonts/}
344 \item `glyphs' is an optional specification of how many unique glyphs to 344 \item `glyphs' is an optional specification of how many unique glyphs to
345 store in memory. Default is 256. 345 store in memory. Default is from the system setting
346 \setting{Glyphs To Load}.
346 \end{itemize} 347 \end{itemize}
347 348
348 An example would be: \config{\%Fl(2,12-Nimbus.fnt,100)} 349 An example would be: \config{\%Fl(2,12-Nimbus.fnt,100)}