Commit d30bcd20c2d3890a9fde23815e93e545bdf8781e

Tom Kacvinsky 2001-02-07T01:13:21

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

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/freetype/internal/cfftypes.h b/include/freetype/internal/cfftypes.h
index 9de2906..f90d43b 100644
--- a/include/freetype/internal/cfftypes.h
+++ b/include/freetype/internal/cfftypes.h
@@ -100,6 +100,7 @@ FT_BEGIN_HEADER
     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;