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

◆ unload()

void MayaFlux::Portal::Text::FontFace::unload ( )

Release the FT_Face handle.

Definition at line 35 of file FontFace.cpp.

36{
37 if (!m_face) {
38 return;
39 }
40
41 FT_Done_Face(m_face);
42 m_face = nullptr;
43 m_path.clear();
44}

References m_face, and m_path.

Referenced by load().

+ Here is the caller graph for this function: