Searched defs:HBGlyphID (Results 1 – 1 of 1) sorted by relevance
166 struct HBGlyphID : HBUINT16 struct168 HBGlyphID& operator = (uint16_t i) { HBUINT16::operator= (i); return *this; } in operator =()