|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| const GlyphMetrics * MayaFlux::Portal::Text::GlyphAtlas::get_or_rasterize | ( | FT_ULong | codepoint | ) |
Convenience: look up by Unicode codepoint.
Calls FT_Get_Char_Index internally. Prefer the glyph_index overload when integrating with HarfBuzz output.
| codepoint | Unicode codepoint (e.g. U+0041 for 'A'). |
Definition at line 30 of file GlyphAtlas.cpp.
References MayaFlux::Journal::API, MayaFlux::Portal::Text::FontFace::get_face(), get_or_rasterize(), MayaFlux::Portal::Text::FontFace::is_loaded(), m_face, MF_ERROR, MF_WARN, and MayaFlux::Journal::Portal.
Here is the call graph for this function: