Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp1023 IDWriteTextLayout *textLayout = NULL; in DrawText() local
1028 FLOAT(w), FLOAT(h), &textLayout); in DrawText()
1033 textLayout->SetFontWeight(mFontWeight, textRange); in DrawText()
1034 textLayout->SetFontStyle(mFontStyle, textRange); in DrawText()
1038 textLayout->Draw(&context, &renderer, FLOAT(x), FLOAT(y)); in DrawText()
1041 SafeRelease(&textLayout); in DrawText()