| 214 | inline bool IsGlyphReady(uint16_t glyphId) const { return m_readyGlyphs.find(glyphId) != m_readyGlyphs.end(); } |
| 215 | |
| 216 | std::string GetName() const { return std::string(m_fontFace->family_name) + ':' + m_fontFace->style_name; } |
| 217 | |
| 218 | // This code is not thread safe. |
| 219 | void Shape(hb_buffer_t * hbBuffer, int fontPixelSize, int fontIndex, text::TextMetrics & outMetrics) |
no outgoing calls