Searched defs:GDEF (Results 1 – 3 of 3) sorted by relevance
630 struct GDEF struct632 static constexpr hb_tag_t tableTag = HB_OT_TAG_GDEF;634 enum GlyphClasses {642 unsigned int get_size () const in get_size()653 bool sanitize (hb_sanitize_context_t *c) const in sanitize()666 bool subset (hb_subset_context_t *c) const in subset()677 bool has_glyph_classes () const in has_glyph_classes()687 const ClassDef &get_glyph_class_def () const in get_glyph_class_def()697 bool has_attach_list () const in has_attach_list()707 const AttachList &get_attach_list () const in get_attach_list()[all …]
46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
60 static const int32_t GDEF; member