Searched refs:pPitch (Results 1 – 1 of 1) sorted by relevance
2054 const char *pPitch = NULL; in FontPitchType() local2057 case PITCH_VARIABLE: pPitch = "variable"; break; in FontPitchType()2058 case PITCH_FIXED: pPitch = "fixed"; break; in FontPitchType()2059 default: pPitch = "default"; break; // no info about the pitch in FontPitchType()2062 if ( pPitch ) in FontPitchType()2064 FSNS( XML_w, XML_val ), pPitch, in FontPitchType()
Completed in 32 milliseconds