| Index: src/cff/cfftypes.h
|
| diff --git a/src/cff/cfftypes.h b/src/cff/cfftypes.h
|
| index 665ab6f68d8a67648215c14358546d8fb8acd5c3..7c99036b50f1a70e3918fcdabd3d09e960f0059c 100644
|
| --- a/src/cff/cfftypes.h
|
| +++ b/src/cff/cfftypes.h
|
| @@ -117,6 +117,7 @@ FT_BEGIN_HEADER
|
| FT_Int paint_type;
|
| FT_Int charstring_type;
|
| FT_Matrix font_matrix;
|
| + FT_Bool has_font_matrix;
|
| FT_ULong units_per_em; /* temporarily used as scaling value also */
|
| FT_Vector font_offset;
|
| FT_ULong unique_id;
|
| @@ -268,7 +269,7 @@ FT_BEGIN_HEADER
|
| /* since version 2.3.6 */
|
| FT_String* registry;
|
| FT_String* ordering;
|
| -
|
| +
|
| } CFF_FontRec, *CFF_Font;
|
|
|
|
|
|
|