Searched refs:PitchFamily (Results 1 – 1 of 1) sorted by relevance
243 bool CheckSupportThirdPartFont(const ByteString& name, int* PitchFamily) { in CheckSupportThirdPartFont() argument246 *PitchFamily &= ~FXFONT_FF_ROMAN; in CheckSupportThirdPartFont()250 void UpdatePitchFamily(uint32_t flags, int* PitchFamily) { in UpdatePitchFamily() argument252 *PitchFamily |= FXFONT_FF_ROMAN; in UpdatePitchFamily()254 *PitchFamily |= FXFONT_FF_SCRIPT; in UpdatePitchFamily()256 *PitchFamily |= FXFONT_FF_FIXEDPITCH; in UpdatePitchFamily()434 int PitchFamily = 0; in FindSubstFont() local443 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFont()445 PitchFamily |= FXFONT_FF_ROMAN; in FindSubstFont()467 UpdatePitchFamily(flags, &PitchFamily); in FindSubstFont()[all …]