MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_face()

FT_Face MayaFlux::Portal::Text::FontFace::get_face ( ) const
inline

Raw FT_Face handle for use by GlyphAtlas.

Precondition
is_loaded() must be true.

Definition at line 57 of file FontFace.hpp.

57{ return m_face; }

Referenced by MayaFlux::Portal::Text::GlyphAtlas::ascender(), MayaFlux::Portal::Text::decompose_glyph(), MayaFlux::Portal::Text::GlyphAtlas::get_or_rasterize(), MayaFlux::Portal::Text::GlyphAtlas::GlyphAtlas(), MayaFlux::Portal::Text::GlyphAtlas::line_height(), and MayaFlux::Portal::Text::GlyphAtlas::rasterize().

+ Here is the caller graph for this function: