|
|
|
@ -1,16 +1,21 @@ |
|
|
|
|
2005-10-17 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
* src/base/ftobjs.c (FT_Open_Face): Don't call FT_New_GlyphSlot and |
|
|
|
|
FT_New_Size if we are opening a face with face_index < 0 (which is |
|
|
|
|
only used for testing the format). |
|
|
|
|
2005-10-19 Chia-I Wu <b90201047@ntu.edu.tw> |
|
|
|
|
|
|
|
|
|
* src/gxvalid/gxvmort0.c (gxv_mort_subtable_type0_entry_validate): |
|
|
|
|
Remove compiler warning. |
|
|
|
|
* src/truetype/ttgload.c (TT_Load_Glyph): Allow size->ttmetrics to be |
|
|
|
|
invalid when FT_LOAD_NO_SCALE is set. |
|
|
|
|
|
|
|
|
|
2005-10-17 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
* src/base/ftobjs.c (FT_Open_Face): Don't call FT_New_GlyphSlot and |
|
|
|
|
FT_New_Size if we are opening a face with face_index < 0 (which is |
|
|
|
|
only used for testing the format). |
|
|
|
|
|
|
|
|
|
* src/gxvalid/gxvmort0.c (gxv_mort_subtable_type0_entry_validate): |
|
|
|
|
Remove compiler warning. |
|
|
|
|
|
|
|
|
|
2005-10-16 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
* src/tools/apinames.c: Add new tool to extract public API function |
|
|
|
|
names from header files. |
|
|
|
|
* src/tools/apinames.c: Add new tool to extract public API function |
|
|
|
|
names from header files. |
|
|
|
|
|
|
|
|
|
2005-10-05 Werner Lemberg <wl@gnu.org> |
|
|
|
|
|
|
|
|
|