Searched defs:GDEF (Results 1 – 3 of 3) sorted by relevance
334 struct GDEF struct336 static const hb_tag_t tableTag = HB_OT_TAG_GDEF;338 enum GlyphClasses {346 inline bool has_glyph_classes (void) const { return glyphClassDef != 0; } in has_glyph_classes()347 inline unsigned int get_glyph_class (hb_codepoint_t glyph) const in get_glyph_class()349 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const in get_glyphs_in_class()352 inline bool has_mark_attachment_types (void) const { return markAttachClassDef != 0; } in has_mark_attachment_types()353 inline unsigned int get_mark_attachment_type (hb_codepoint_t glyph) const in get_mark_attachment_type()356 inline bool has_attach_points (void) const { return attachList != 0; } in has_attach_points()357 inline unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_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