mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 22:48:08 +02:00
adding support to new postscript hinter
This commit is contained in:
parent
de3fb83c68
commit
02701db9ce
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue