In struct CFF_Font_Dict_, added a units_per_em member to facilitate
passing of units_per_em form function cff_parse_font_matrix.
This commit is contained in:
parent
c27cd28e22
commit
d30bcd20c2
|
@ -100,6 +100,7 @@ FT_BEGIN_HEADER
|
||||||
FT_Int paint_type;
|
FT_Int paint_type;
|
||||||
FT_Int charstring_type;
|
FT_Int charstring_type;
|
||||||
FT_Matrix font_matrix;
|
FT_Matrix font_matrix;
|
||||||
|
FT_UShort units_per_em;
|
||||||
FT_Vector font_offset;
|
FT_Vector font_offset;
|
||||||
FT_ULong unique_id;
|
FT_ULong unique_id;
|
||||||
FT_BBox font_bbox;
|
FT_BBox font_bbox;
|
||||||
|
|
Loading…
Reference in New Issue