Searched defs:COLR (Results 1 – 3 of 3) sorted by relevance
90 struct COLR struct92 static constexpr hb_tag_t tableTag = HB_OT_TAG_COLR;94 bool has_data () const { return numBaseGlyphs; } in has_data()96 unsigned int get_glyph_layers (hb_codepoint_t glyph, in get_glyph_layers()115 bool sanitize (hb_sanitize_context_t *c) const in sanitize()124 HBUINT16 version; /* Table version number (starts at 0). */125 HBUINT16 numBaseGlyphs; /* Number of Base Glyph Records. */127 baseGlyphsZ; /* Offset to Base Glyph records. */129 layersZ; /* Offset to Layer Records. */130 HBUINT16 numLayers; /* Number of Layer Records. */
136 table: ot.COLR,
1169 class COLR(BaseTable): class1396 def traverse(self, colr: COLR, callback):