Searched defs:LayoutGlyph (Results 1 – 1 of 1) sorted by relevance
38 struct LayoutGlyph { struct39 LayoutGlyph(FakedFont font, uint32_t glyph_id, uint32_t cluster, float x, float y) in LayoutGlyph() function50 inline std::ostream& operator<<(std::ostream& os, const LayoutGlyph& g) { argument