`disable_horz_edges', `disable_vert_edges'. * src/autohint/ahhint.c (ah_hint_edges_3, ah_hinter_hint_edges): Use them (and remove static variables with the same names). * src/pcf/pcfutil.c (BitOrderInvert): Add `const'. * docs/glnames.py: Updated to latest pstables.h changes. * src/psnames/pstables.h: Add more `const'. * src/pcf/pcfutil.c: Ditto. * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixing typo (FT_Glyph_Done -> FT_Done_Glyph). * include/freetype/ttnameid.h: Added some new Microsoft language codes and LCIDs as found in Office Xp. * builds/hurd/detect.mk: New file. Added support to detect the GNU Hurd operating system as Unix-like. Fix submitted by Anthony Fok <foka@debian.org>. * src/type1/t1gload.c (T1_Load_Glyph): Set glyph control data to the the Type 1 glyph charstring (used by conversion programs). Submitted by Ha Shao <hashao@chinese.com>. * src/base/ftgrays.c (grays_sweep): The function didn't exit immediately if `num_cells' was 0 as it should. Thanks to Boris for finding this out. * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixed memory leak when bitmap rendering fails (thanks to Graham Asher). * docs/docmaker.py, include/freetype/*.h: Updated the DocMaker script to support chapters and section block ordering. Updated the public header files accordingly. * src/base/ftglyph.c (FT_Glyph_Copy): Advance width and glyph format were not correctly copied.VER-2-0-4-PATCH
parent
5e4b738ad5
commit
cb6ef5a41f
14 changed files with 285 additions and 184 deletions
@ -1,43 +1,52 @@ |
||||
/*************************************************************************
|
||||
* |
||||
* <Chapter> core_api |
||||
* |
||||
* <Title> Core API |
||||
* |
||||
* <Sections> |
||||
* basic_types |
||||
* base_interface |
||||
* glyph_management |
||||
* mac_specific |
||||
* multiple_masters |
||||
* truetype_tables |
||||
* type1_tables |
||||
* sfnt_names |
||||
* module_management |
||||
* system_interface |
||||
*/ |
||||
/***************************************************************************/ |
||||
/* */ |
||||
/* <Chapter> */ |
||||
/* core_api */ |
||||
/* */ |
||||
/* <Title> */ |
||||
/* Core API */ |
||||
/* */ |
||||
/* <Sections> */ |
||||
/* basic_types */ |
||||
/* base_interface */ |
||||
/* glyph_management */ |
||||
/* mac_specific */ |
||||
/* multiple_masters */ |
||||
/* truetype_tables */ |
||||
/* type1_tables */ |
||||
/* sfnt_names */ |
||||
/* module_management */ |
||||
/* system_interface */ |
||||
/* */ |
||||
/***************************************************************************/ |
||||
|
||||
/*************************************************************************
|
||||
* |
||||
* <Chapter> cache_subsystem |
||||
* |
||||
* <Title> Cache Sub-System |
||||
* |
||||
* <Sections> |
||||
* cache_subsystem |
||||
* |
||||
*/
|
||||
/*************************************************************************
|
||||
* |
||||
* <Chapter> support_api |
||||
* |
||||
* <Title> Support API |
||||
* |
||||
* <Sections> |
||||
* computations |
||||
* list_processing |
||||
* outline_processing |
||||
* raster |
||||
*/ |
||||
|
||||
|
||||
/***************************************************************************/ |
||||
/* */ |
||||
/* <Chapter> */ |
||||
/* cache_subsystem */ |
||||
/* */ |
||||
/* <Title> */ |
||||
/* Cache Sub-System */ |
||||
/* */ |
||||
/* <Sections> */ |
||||
/* cache_subsystem */ |
||||
/* */ |
||||
/***************************************************************************/
|
||||
|
||||
|
||||
/***************************************************************************/ |
||||
/* */ |
||||
/* <Chapter> */ |
||||
/* support_api */ |
||||
/* */ |
||||
/* <Title> */ |
||||
/* Support API */ |
||||
/* */ |
||||
/* <Sections> */ |
||||
/* computations */ |
||||
/* list_processing */ |
||||
/* outline_processing */ |
||||
/* raster */ |
||||
/* */ |
||||
/***************************************************************************/ |
||||
|
Loading…
Reference in new issue