Clean up.

This commit is contained in:
Werner Lemberg 2008-05-04 16:54:23 +00:00
parent 32e05a6a94
commit 84662841e8
1 changed files with 4 additions and 4 deletions

View File

@ -2301,7 +2301,7 @@
2005-09-19 David Somers <dsomers@omz13.com>
* freetype2/src/sfnt/ttload.c (sfnt_dir_check): Modified to allow a
* src/sfnt/ttload.c (sfnt_dir_check): Modified to allow a
font to have no `head' table if tables `SING' and `META' are
present; this is to support `SING Glyphlet'.
@ -2320,9 +2320,9 @@
http://www.adobe.com/products/indesign/sing_gaiji.html
* freetype2/include/freetype/ttags.h (TTAG_SING, TTAG_META): New
macros for the OpenType tables `SING' and `META'. These two tables
are used in SING Glyphlet Format fonts.
* include/freetype/ttags.h (TTAG_SING, TTAG_META): New macros for
the OpenType tables `SING' and `META'. These two tables are used in
SING Glyphlet Format fonts.
2005-09-09 Werner Lemberg <wl@gnu.org>