summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/convbdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c
index 4ae358e833..4cc7ec9983 100644
--- a/tools/convbdf.c
+++ b/tools/convbdf.c
@@ -1413,6 +1413,7 @@ int gen_c_source(struct font* pf, char *path)
1413 fprintf(ofp, " -1, /* font fd */\n" 1413 fprintf(ofp, " -1, /* font fd */\n"
1414 " -1, /* font fd width */\n" 1414 " -1, /* font fd width */\n"
1415 " -1, /* font fd offset */\n" 1415 " -1, /* font fd offset */\n"
1416 " -1, /* font handle */\n"
1416 " 0, /* buffer start */\n" 1417 " 0, /* buffer start */\n"
1417 " 0, /* ^ position */\n" 1418 " 0, /* ^ position */\n"
1418 " 0, /* ^ end */\n" 1419 " 0, /* ^ end */\n"