const std::string & path() const
Path passed to load(), empty if not yet loaded.
FontFace & operator=(FontFace &&)=delete
FontFace(FontFace &&)=delete
FontFace & operator=(const FontFace &)=delete
FontFace(const FontFace &)=delete
FT_Face get_face() const
Raw FT_Face handle for use by GlyphAtlas.
bool is_loaded() const
Returns true after a successful load() call.
Owns a single FT_Face loaded from a file path.