Searched refs:FXFONT_SUBST_GLYPHPATH (Results 1 – 3 of 3) sorted by relevance
161 #define FXFONT_SUBST_GLYPHPATH 0x04 macro
212 … if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText()220 … if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText()
192 … if (pFont->GetFace() != NULL || (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in DrawNormalText()