Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp1032 DWRITE_TEXT_RANGE textRange = { 0, UINT32(len) }; in DrawText() local
1033 textLayout->SetFontWeight(mFontWeight, textRange); in DrawText()
1034 textLayout->SetFontStyle(mFontStyle, textRange); in DrawText()