Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp177 LOGFONT fontAttributes = { 0 }; in CreateBoldFont() local
178 ::GetObject(font, sizeof(fontAttributes), &fontAttributes); in CreateBoldFont()
179 fontAttributes.lfWeight = FW_BOLD; in CreateBoldFont()
180 HFONT boldFont = ::CreateFontIndirect(&fontAttributes); in CreateBoldFont()
186 LOGFONT fontAttributes = { 0 }; in CreateItalicFont() local
187 ::GetObject(font, sizeof(fontAttributes), &fontAttributes); in CreateItalicFont()
188 fontAttributes.lfItalic = TRUE; in CreateItalicFont()
189 HFONT italicFont = ::CreateFontIndirect(&fontAttributes); in CreateItalicFont()
195 LOGFONT fontAttributes = { 0 }; in CreateBoldItalicFont() local
196 ::GetObject(font, sizeof(fontAttributes), &fontAttributes); in CreateBoldItalicFont()
[all …]