Searched defs:GDEF (Results 1 – 3 of 3) sorted by relevance
342 struct GDEF struct344 static constexpr hb_tag_t tableTag = HB_OT_TAG_GDEF;346 enum GlyphClasses {354 bool has_data () const { return version.to_int (); } in has_data()355 bool has_glyph_classes () const { return glyphClassDef != 0; } in has_glyph_classes()356 unsigned int get_glyph_class (hb_codepoint_t glyph) const in get_glyph_class()358 void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const in get_glyphs_in_class()361 bool has_mark_attachment_types () const { return markAttachClassDef != 0; } in has_mark_attachment_types()362 unsigned int get_mark_attachment_type (hb_codepoint_t glyph) const in get_mark_attachment_type()365 bool has_attach_points () const { return attachList != 0; } in has_attach_points()[all …]
46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
60 static const int32_t GDEF; member