mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
adding support to new postscript hinter
This commit is contained in:
parent
a1471038bd
commit
0e49a4b8e7
@ -158,6 +158,7 @@
|
||||
0, /* glyph slot */
|
||||
0, /* glyph names! XXX */
|
||||
0, /* blend == 0 */
|
||||
0, /* hinting == FALSE */
|
||||
cid_load_glyph );
|
||||
if ( error )
|
||||
return error;
|
||||
@ -237,6 +238,7 @@
|
||||
(FT_GlyphSlot)glyph,
|
||||
0, /* glyph names -- XXX */
|
||||
0, /* blend == 0 */
|
||||
0, /* hinting == 0 */
|
||||
cid_load_glyph );
|
||||
|
||||
/* set up the decoder */
|
||||
|
Loading…
x
Reference in New Issue
Block a user