Searched refs:FW_BOLD (Results 1 – 7 of 7) sorted by relevance
690 ncm.lfMenuFont.lfWeight = FW_BOLD; in OnMeasureItem()780 ncm.lfMenuFont.lfWeight = FW_BOLD; in OnDrawItem()
106 FW_BOLD = 700, /**< Bold */ enumerator
262 #define FW_BOLD 700 macro
261 else if( rFont.lfWeight <= FW_BOLD ) in WinMtfFontStyle()
899 else if( aInfo.weight < FW_BOLD ) in identifyTrueTypeFont()
747 else if ( nWeight <= FW_BOLD ) in ImplWeightToSal()781 return FW_BOLD; in ImplWeightToWin()
1924 case FW_BOLD: pFont->m_eWeight = weight::Bold; break; in analyzeTrueTypeFile()
Completed in 309 milliseconds