summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2003-04-24 21:12:18 +0000
committerDavid Turner <david@freetype.org>2003-04-24 21:12:18 +0000
commit2dd1e657ba9c39868e6213b7281b416c92235f39 (patch)
treed1378c2d27221be66bb4000b045347d871963000 /ChangeLog
parent3704aa4525cddf6132e3dab55b6653958e2c239a (diff)
downloadfreetype2-2dd1e657ba9c39868e6213b7281b416c92235f39.tar.gz
* src/pcf/pcfread.c (pcf_load_font): fixed the computation of
face->num_glyphs, this required increase the value by 1 to respect the convention that gindex 0 always corresponds to the "missing glyph".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72016f1e9..71e29b6ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-04-24 David Turner <david@freetype.org>
+
+ * src/pcf/pcfread.c (pcf_load_font): fixed the computation of
+ face->num_glyphs, this required increase the value by 1 to respect
+ the convention that gindex 0 always corresponds to the "missing
+ glyph".
+
2003-04-24 Werner Lemberg <wl@gnu.org>
* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.