Searched refs:m_SingleFace (Results 1 – 2 of 2) sorted by relevance
13 : m_bIsTTC(false), m_SingleFace(face), m_pFontData(pData) {} in CTTFontDesc()30 if (m_SingleFace) in ~CTTFontDesc()31 FXFT_Done_Face(m_SingleFace); in ~CTTFontDesc()52 if (m_SingleFace != face) in ReleaseFace()61 return m_SingleFace; in SingleFace()
45 const FXFT_Face m_SingleFace; member