Searched refs:FXFT_Is_Face_fixedwidth (Results 1 – 3 of 3) sorted by relevance
112 #define FXFT_Is_Face_fixedwidth(face) \ macro
433 return m_Face && FXFT_Is_Face_fixedwidth(m_Face) != 0; in IsFixedWidth()
40 if (FXFT_Is_Face_fixedwidth(pFont->GetFace())) in LoadFontDesc()