formatting

This commit is contained in:
Werner Lemberg 2002-09-27 18:17:17 +00:00
parent 68e9f92710
commit cfd5dec319
3 changed files with 13 additions and 11 deletions

View File

@ -91,14 +91,16 @@
2002-09-25 David Turner <david@freetype.org> 2002-09-25 David Turner <david@freetype.org>
* src/autohint/ahtypes.h: Disabling metrics hinting in the * src/autohint/ahtypes.h (AH_HINT_METRICS): Disabling metrics
auto-hinter. this produces much better anti-aliased text. hinting in the auto-hinter. This produces much better anti-aliased
text.
* docs/CHANGES: Updating the changes documentation. * docs/CHANGES: Updating the changes documentation.
2002-09-25 Anthony Fok <anthony@thizlinux.com> 2002-09-25 Anthony Fok <anthony@thizlinux.com>
* 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 charmap that uses offset=0xFFFFU instead of 0x0000 to indicate a
missing glyph). missing glyph).

View File

@ -73,15 +73,15 @@ LATEST CHANGES BETWEEN 2.1.3 and 2.1.2
displays (under Win32 and X11) 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 - The type FTC_ImageDesc has been removed; it is now replaced by
FTC_ImageTypeRec. Note that one of its fields is a 'load_flag' FTC_ImageTypeRec. Note that one of its fields is a `load_flag'
parameter for FT_Load_Glyph parameter for FT_Load_Glyph.
- the field "num_grays" of FT_SBitRec has been changed to "max_grays" - 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 in order to fit within a single byte. Its maximum value is thus 255
(instead of 256 as previously) (instead of 256 as previously).
III. MISCELLANEOUS III. MISCELLANEOUS

View File

@ -919,7 +919,7 @@
} }
else if ( offset == 0xFFFFU ) 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; code = end;
break; break;
} }