Searched defs:GlyphRange (Results 1 – 2 of 2) sorted by relevance
15 virtual void onGlyphsLoaded(const FontStack&, const GlyphRange&) {} in onGlyphsLoaded()16 virtual void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) {} in onGlyphsError()
10 using GlyphRange = std::pair<uint16_t, uint16_t>; typedef