diff options
| author | Fred Bauer <fred.w.bauer@gmail.com> | 2011-11-19 23:34:26 +0000 |
|---|---|---|
| committer | Fred Bauer <fred.w.bauer@gmail.com> | 2011-11-19 23:34:26 +0000 |
| commit | ea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9 (patch) | |
| tree | 5ff1f18c66be4c25f32e03ffadeb6bb3cb568656 /manual | |
| parent | d78e05c5722356fd8ce20cdb4c40df44cc2b4d33 (diff) | |
| download | rockbox-ea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9.zip rockbox-ea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9.tar.gz rockbox-ea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9.tar.bz2 rockbox-ea7a89606cfaffb2ae2c843ea9868bd8c8dd16c9.tar.xz | |
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')
| -rw-r--r-- | manual/advanced_topics/main.tex | 3 | ||||
| -rw-r--r-- | manual/configure_rockbox/system_options.tex | 10 |
2 files changed, 10 insertions, 3 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 17e72cd..3503e58 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.\\ \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. Default is 256. + store in memory. Default is from the system setting + \setting{Glyphs To Load}. \end{itemize} An example would be: \config{\%Fl(2,12-Nimbus.fnt,100)} diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex index 41b4871..b61c55a 100644 --- a/manual/configure_rockbox/system_options.tex +++ b/manual/configure_rockbox/system_options.tex @@ -136,9 +136,15 @@ This sub menu relates to limits in the Rockbox operating system. in steps of 1,000 (default is 10,000). Higher values will shorten the music buffer, so you should increase this setting \emph{only} if you have very large playlists. + + \item [Glyphs To Cache.] This sets the default memory allocation size + for fonts in unique glyphs. This should be set to the number of unique + language glyphs and punctuation marks that are frequently displayed. + The default is 250. \end{description} - \note{You will need to restart your player for changes to these options - to take effect.} + \note{You will need to restart your player for changes to \setting{Max + Entries in File Browser} or \setting{Max Playlist Size} to take effect + while \setting{Glyphs To Cache} will affect the next font load.} % TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music \opt{player}{ \subsection{Line In} This option activates the line-in port on \dap, which is |