|
|
|
@ -2864,7 +2864,7 @@ |
|
|
|
|
(psh_blues_snap_stem): Don't use blue_shift but blue_threshold. |
|
|
|
|
|
|
|
|
|
* src/pshinter/pshalgo.c (PSH_STRONG_THRESHOLD_MAXIMUM): New macro. |
|
|
|
|
(psh_glyph_find_string_points): Use PSH_STRONG_THRESHOLD_MAXIMUM. |
|
|
|
|
(psh_glyph_find_strong_points): Use PSH_STRONG_THRESHOLD_MAXIMUM. |
|
|
|
|
(psh_glyph_find_blue_points): New function. Needed for fonts like |
|
|
|
|
p052003l.pfb (URW Palladio L Roman) which have flex curves at the |
|
|
|
|
base line within blue zones, but the flex curves aren't covered by |
|
|
|
@ -5200,7 +5200,7 @@ |
|
|
|
|
* src/cid/cidload.c (cid_load_keyword): Handle |
|
|
|
|
T1_FIELD_LOCATION_BBOX. |
|
|
|
|
(parse_font_bbox): Commented out. |
|
|
|
|
(cid_field_record): Comment out element for parsing FontBBox. |
|
|
|
|
(cid_field_records): Comment out element for parsing FontBBox. |
|
|
|
|
|
|
|
|
|
* src/type42/t42parse.c (t42_parse_font_bbox): Commented out. |
|
|
|
|
(t42_keywords): Handle FontBBox with T1_FIELD_BBOX, not with |
|
|
|
@ -6550,7 +6550,7 @@ |
|
|
|
|
* src/cache/ftcsbits.c (ftc_sbit_node_load): Fixed a small bug that |
|
|
|
|
caused problems with embedded bitmaps. |
|
|
|
|
|
|
|
|
|
* src/otlayout/otlayout.h, src/otlyaout/otlconf.h, |
|
|
|
|
* src/otlayout/otlayout.h, src/otlayout/otlconf.h, |
|
|
|
|
src/otlayout/otlgsub.c, src/otlayout/otlgsub.h, |
|
|
|
|
src/otlayout/otlparse.c, src/otlayout/otlparse.h, |
|
|
|
|
src/otlayout/otlutils.h: Updating the OpenType Layout code, adding |
|
|
|
@ -7376,7 +7376,7 @@ |
|
|
|
|
|
|
|
|
|
* src/pcf/pcfdriver.c (PCF_Glyph_Load): Fix computation of |
|
|
|
|
horiBearingX. |
|
|
|
|
* src/bdf/bdfdrivr.c (BDF_GlyphLoad): Fix computation of |
|
|
|
|
* src/bdf/bdfdrivr.c (BDF_Glyph_Load): Fix computation of |
|
|
|
|
horiBearingY. |
|
|
|
|
|
|
|
|
|
2002-08-16 George Williams <gww@silcom.com> |
|
|
|
@ -7603,7 +7603,7 @@ |
|
|
|
|
|
|
|
|
|
* src/cid/cidriver.c (Cid_Get_Char_Index, Cid_Get_Next_Char): |
|
|
|
|
Removed. |
|
|
|
|
(t1_cid_driver_class): Updated. |
|
|
|
|
(t1cid_driver_class): Updated. |
|
|
|
|
* src/truetype/ttdriver.c (tt_driver_class): Updated. |
|
|
|
|
* src/type1/t1driver.c (Get_Char_Index, Get_Next_Char): Removed |
|
|
|
|
(t1_driver_class): Updated. |
|
|
|
@ -7698,7 +7698,7 @@ |
|
|
|
|
CFF_Done_SubFont -> cff_subfont_done |
|
|
|
|
CFF_Load_Font -> cff_font_load |
|
|
|
|
CFF_Done_Font -> cff_font_done |
|
|
|
|
CFF_Size_Get_Global_Funcs -> cff_size_get_global_funcs |
|
|
|
|
CFF_Size_Get_Globals_Funcs -> cff_size_get_globals_funcs |
|
|
|
|
CFF_Size_Done -> cff_size_done |
|
|
|
|
CFF_Size_Init -> cff_size_init |
|
|
|
|
CFF_Size_Reset -> cff_size_reset |
|
|
|
@ -9106,7 +9106,7 @@ |
|
|
|
|
FT_Realloc_Debug, FT_Free_Debug): Fix compiler warnings. |
|
|
|
|
* src/base/ftcalc.c (FT_MulFix): Ditto. |
|
|
|
|
* src/cff/cffdrivr.c (cff_get_name_index): Ditto. |
|
|
|
|
* src/cff/cffobjs.c (CFF_Size_Get_Global_Funcs, CFF_Size_Init, |
|
|
|
|
* src/cff/cffobjs.c (CFF_Size_Get_Globals_Funcs, CFF_Size_Init, |
|
|
|
|
CFF_GlyphSlot_Init): Ditto. |
|
|
|
|
* src/cid/cidobjs.c (CID_GlyphSlot_Init, |
|
|
|
|
CID_Size_Get_Globals_Funcs): Ditto. |
|
|
|
@ -9384,7 +9384,7 @@ |
|
|
|
|
* src/pcf/pcfread.c (pcf_seek_to_table_type): Ditto. |
|
|
|
|
* src/sfnt/sfdriver.c (get_sfnt_postscript_name): Ditto. |
|
|
|
|
(pcf_get_bitmaps): The same for `sizebitmaps'. |
|
|
|
|
* src/psaux/t1decode.c (T1_Decode_Parse_Charstrings): The same for |
|
|
|
|
* src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): The same for |
|
|
|
|
`orig_y'. |
|
|
|
|
(t1operator_seac): Comment out more dead code. |
|
|
|
|
* src/pshinter/pshalgo2.c (ps2_hints_apply): Add `DEBUG_HINTER' |
|
|
|
|