Searched refs:FXFT_Is_Face_Bold (Results 1 – 6 of 6) sorted by relevance
120 #define FXFT_Is_Face_Bold(face) \ macro
429 return m_Face && FXFT_Is_Face_Bold(m_Face) == FXFT_STYLE_FLAG_BOLD; in IsBold()
682 if (FXFT_Is_Face_Bold(face)) in FindSubstFont()
468 if (FXFT_Is_Face_Bold(face)) in ReportFace()
46 if (FXFT_Is_Face_Bold(pFont->GetFace())) in LoadFontDesc()
804 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FXFONT_BOLD : 0; in RegisterFace()