forked from len0rd/rockbox
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
This commit is contained in:
parent
d78e05c572
commit
ea7a89606c
11 changed files with 247 additions and 264 deletions
|
@ -1413,6 +1413,7 @@ int gen_c_source(struct font* pf, char *path)
|
|||
fprintf(ofp, " -1, /* font fd */\n"
|
||||
" -1, /* font fd width */\n"
|
||||
" -1, /* font fd offset */\n"
|
||||
" -1, /* font handle */\n"
|
||||
" 0, /* buffer start */\n"
|
||||
" 0, /* ^ position */\n"
|
||||
" 0, /* ^ end */\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue