Searched refs:FW_MEDIUM (Results 1 – 6 of 6) sorted by relevance
104 FW_MEDIUM = 500, /**< Medium */ enumerator
741 else if ( nWeight < FW_MEDIUM ) in ImplWeightToSal()743 else if ( nWeight == FW_MEDIUM ) in ImplWeightToSal()775 return FW_MEDIUM; in ImplWeightToWin()
260 #define FW_MEDIUM 500 macro
255 else if( rFont.lfWeight < FW_MEDIUM ) in WinMtfFontStyle()257 else if( rFont.lfWeight == FW_MEDIUM ) in WinMtfFontStyle()
895 else if( aInfo.weight < FW_MEDIUM ) in identifyTrueTypeFont()
1922 case FW_MEDIUM: pFont->m_eWeight = weight::Medium; break; in analyzeTrueTypeFile()
Completed in 150 milliseconds