Branch :
2002-02-09 Werner Lemberg <wl@gnu.org> * README: Fix typo. * docs/CHANGES: Minor fixes. * Version 2.0.8 released. ========================= 2002-02-08 David Turner <david@freetype.org> * docs/CHANGES: Updating for 2.0.8. * include/freetype/freetype.h: Setting `PATCH_LEVEL' to 8 and removing `FT_Get_Next_Char' from the API (temporarily). * include/freetype/freetype.h: Adding comments to FT_Get_Next_Char; note that this function might temporarily be removed for the 2.0.8 release. 2002-02-07 David Turner <david@freetype.org> * src/pcf/pcfread.c (pcf_load_font): Removed immature support of the AVERAGE_WIDTH property. 2002-02-06 David Turner <david@freetype.org> * src/sfnt/sfobjs.c (SFNT_Load_Face): Since many fonts embedded in PDF documents do not include 'cmap', 'post' and 'name' tables, the SFNT face loader has been changed to not immediately report an error if these are not present. Note that the specification _requires_ these tables, but Adobe seems to ignore it completely. * src/sfnt/ttcmap.c: Removing compiler warnings. * src/pcf/pcfread.c (pcf_read_TOC): Use FT_UInt. (pcf_parse_metric, pcf_parse_compressed_metric): Removed. Code is now in ... (pcf_get_metric): Here. (pcfSeekToType): Renamed to ... (pcf_seek_to_table_type): This. Use FT_Int. (pcfHasType): Renamed to ... (pcf_has_table_type): This. Use FT_Int. (find_property): Renamed to ... (pcf_find_property): This. Use FT_Int. (pcf_get_bitmaps, pcf_get_encodings): Handle invalid PCF fonts better (delaying format checks out of FT_Access_Frame .. FT_Forget_Frame blocks to avoid leaving the stream in an incorrect state when encountering an invalid PCF font). * src/pcf/pcfdriver.c (PCF_Done_Face): Renamed to ... (PCF_Face_Done): This. (PCF_Init_Face): Renamed to ... (PCF_Face_Init): This. (PCF_Get_Char_Index): Renamed to ... (PCF_Char_Get_Index): This. (PCF_Get_Next_Char): Renamed to ... (PCF_Char_Get_Next): This. (pcf_driver_class): Updated. * src/pcf/pcf.h (PCF_Done_Face): Removed. 2002-02-06 Detlef W