Searched refs:dwFontStyle (Results 1 – 2 of 2) sorted by relevance
57 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString() local60 SubstFxFont->m_Weight = FontStyleIsBold(dwFontStyle) ? 700 : 400; in DrawString()61 SubstFxFont->m_ItalicAngle = FontStyleIsItalic(dwFontStyle) ? -12 : 0; in DrawString()63 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle); in DrawString()
1447 uint32_t dwFontStyle = 0; in GetFDEFont() local1451 dwFontStyle |= FXFONT_BOLD; in GetFDEFont()1453 dwFontStyle |= FXFONT_ITALIC; in GetFDEFont()1458 dwFontStyle); in GetFDEFont()