Searched refs:textLayout (Results 1 – 1 of 1) sorted by relevance
1023 IDWriteTextLayout *textLayout = NULL; in DrawText() local1028 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()