summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2011-03-09 06:18:28 +0100
committerWerner Lemberg <wl@gnu.org>2011-03-09 06:18:28 +0100
commitcecd9127478e4e2c26105d5df71b3ed9b5dc4018 (patch)
treebaad88b8d46dc3d59a108229c5066d2acf988f69 /docs
parentd87389e9d38e69e132b2885a8332b45cef4750aa (diff)
Make FT_Sfnt_Table_Info return the number of SFNT tables.
* src/sfnt/sfdriver.c (sfnt_table_info): Implement it. * include/freetype/tttables.h: Update documentation. * docs/CHANGES: Updated.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 22d93df8..61442ecc 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -15,6 +15,9 @@ CHANGES BETWEEN 2.4.4 and 2.4.5
III. MISCELLANEOUS
+ - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
+ a font.
+
- Support for PCF files compressed with bzip2 has been contributed
by Joel Klinghed. To make this work, the OS must provide a
bzip2 library.