diff --git a/src/OT/glyf/VarCompositeGlyph.hh b/src/OT/glyf/VarCompositeGlyph.hh index d88003cfa..aa785ca77 100644 --- a/src/OT/glyf/VarCompositeGlyph.hh +++ b/src/OT/glyf/VarCompositeGlyph.hh @@ -49,6 +49,8 @@ struct VarCompositeGlyphRecord return size; } + bool is_use_my_metrics () const { return flags & USE_MY_METRICS; } + void transform_points (contour_point_vector_t &points) const { float matrix[4];