ref: cfd5dec319e061aee6778775f6f9f1c551622056
parent: 68e9f927105b22ec6952a5bc929cfabfc6b7e810
author: Werner Lemberg <[email protected]>
date: Fri Sep 27 14:17:17 EDT 2002
formatting
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,14 +91,16 @@
2002-09-25 David Turner <[email protected]>
- * src/autohint/ahtypes.h: Disabling metrics hinting in the
- auto-hinter. this produces much better anti-aliased text.
+ * src/autohint/ahtypes.h (AH_HINT_METRICS): Disabling metrics
+ hinting in the auto-hinter. This produces much better anti-aliased
+ text.
* docs/CHANGES: Updating the changes documentation.
2002-09-25 Anthony Fok <[email protected]>
- * src/sfnt/ttcmap0.c: Added support for opens___.ttf (it contains a
+ * src/sfnt/ttcmap0.c (tt_cmap4_validate, tt_cmap4_char_index,
+ tt_cmap4_char_next): Added support for opens___.ttf (it contains a
charmap that uses offset=0xFFFFU instead of 0x0000 to indicate a
missing glyph).
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -73,15 +73,15 @@
displays (under Win32 and X11)
- - The cache API has been slightly modified (it's still a beta after all!!):
+ - The cache API has been slightly modified (it's still a beta!):
- - the type FTC_ImageDesc has been removed, it is now replaced by
- FTC_ImageTypeRec. Note that one of its fields is a 'load_flag'
- parameter for FT_Load_Glyph
+ - The type FTC_ImageDesc has been removed; it is now replaced by
+ FTC_ImageTypeRec. Note that one of its fields is a `load_flag'
+ parameter for FT_Load_Glyph.
- - the field "num_grays" of FT_SBitRec has been changed to "max_grays"
- in order to fit within a single byte. Its maximum value is thus 255
- (instead of 256 as previously)
+ - The field "num_grays" of FT_SBitRec has been changed to "max_grays"
+ in order to fit within a single byte. Its maximum value is thus 255
+ (instead of 256 as previously).
III. MISCELLANEOUS
--- a/src/sfnt/ttcmap0.c
+++ b/src/sfnt/ttcmap0.c
@@ -919,7 +919,7 @@
}
else if ( offset == 0xFFFFU )
{
- /* an offset of 0xFFFF means an empty glyph in certain fonts !! */
+ /* an offset of 0xFFFF means an empty glyph in certain fonts! */
code = end;
break;
}