Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp302 DWRITE_FONT_WEIGHT mFontWeight; member
614 mFontWeight(DWRITE_FONT_WEIGHT_NORMAL), in DWriteContext()
855 mFontWeight = static_cast<DWRITE_FONT_WEIGHT>(logFont.lfWeight); in SetFontByLOGFONT()
874 mFontWeight = item.fontWeight; in SetFont()
892 item.fontWeight = mFontWeight; in SetFont()
1033 textLayout->SetFontWeight(mFontWeight, textRange); in DrawText()