diff options
Diffstat (limited to 'gfx/harfbuzz/src/OT/glyf/Glyph.hh')
-rw-r--r-- | gfx/harfbuzz/src/OT/glyf/Glyph.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/harfbuzz/src/OT/glyf/Glyph.hh b/gfx/harfbuzz/src/OT/glyf/Glyph.hh index 5ea611948f..69a0b625c7 100644 --- a/gfx/harfbuzz/src/OT/glyf/Glyph.hh +++ b/gfx/harfbuzz/src/OT/glyf/Glyph.hh @@ -103,6 +103,9 @@ struct Glyph } } + bool is_composite () const + { return type == COMPOSITE; } + bool get_all_points_without_var (const hb_face_t *face, contour_point_vector_t &points /* OUT */) const { |