Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp317 HRESULT CreateTextFormatFromLOGFONT(const LOGFONTW &logFont,
320 HRESULT SetFontByLOGFONT(const LOGFONTW &logFont);
727 DWriteContext::CreateTextFormatFromLOGFONT(const LOGFONTW &logFont, in CreateTextFormatFromLOGFONT() argument
741 hr = mGdiInterop->CreateFontFromLOGFONT(&logFont, &font); in CreateTextFormatFromLOGFONT()
771 fontSize = float(logFont.lfHeight); in CreateTextFormatFromLOGFONT()
844 DWriteContext::SetFontByLOGFONT(const LOGFONTW &logFont) in SetFontByLOGFONT() argument
849 hr = CreateTextFormatFromLOGFONT(logFont, &pTextFormat); in SetFontByLOGFONT()
855 mFontWeight = static_cast<DWRITE_FONT_WEIGHT>(logFont.lfWeight); in SetFontByLOGFONT()
856 mFontStyle = logFont.lfItalic ? DWRITE_FONT_STYLE_ITALIC in SetFontByLOGFONT()