shithub: freetype+ttf2subf

Download patch

ref: d30bcd20c2d3890a9fde23815e93e545bdf8781e
parent: c27cd28e22c122b9f440147cb8274ac20b724c6e
author: Tom Kacvinsky <[email protected]>
date: Tue Feb 6 20:13:21 EST 2001

In struct CFF_Font_Dict_, added a units_per_em member to facilitate
passing of units_per_em form function cff_parse_font_matrix.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/internal/cfftypes.h
+++ b/include/freetype/internal/cfftypes.h
@@ -100,6 +100,7 @@
     FT_Int     paint_type;
     FT_Int     charstring_type;
     FT_Matrix  font_matrix;
+    FT_UShort  units_per_em;
     FT_Vector  font_offset;
     FT_ULong   unique_id;
     FT_BBox    font_bbox;