Home
last modified time | relevance | path

Searched refs:mFontStyle (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp303 DWRITE_FONT_STYLE mFontStyle; member
615 mFontStyle(DWRITE_FONT_STYLE_NORMAL), in DWriteContext()
856 mFontStyle = logFont.lfItalic ? DWRITE_FONT_STYLE_ITALIC in SetFontByLOGFONT()
875 mFontStyle = item.fontStyle; in SetFont()
893 item.fontStyle = mFontStyle; in SetFont()
1034 textLayout->SetFontStyle(mFontStyle, textRange); in DrawText()