Searched refs:dwFontStyle (Results 1 – 2 of 2) sorted by relevance
60 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString() local63 SubstFxFont->m_Weight = FontStyleIsForceBold(dwFontStyle) ? 700 : 400; in DrawString()64 SubstFxFont->m_ItalicAngle = FontStyleIsItalic(dwFontStyle) ? -12 : 0; in DrawString()66 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle); in DrawString()
3895 uint32_t dwFontStyle = 0; in GetFDEFont() local3899 dwFontStyle |= FXFONT_FORCE_BOLD; in GetFDEFont()3901 dwFontStyle |= FXFONT_ITALIC; in GetFDEFont()3906 dwFontStyle); in GetFDEFont()