3 references to GetFontOrHdcHFONT
System.Windows.Forms (3)
System\Windows\Forms\Rendering\TextRenderer.cs (3)
365
using var hfont =
GetFontOrHdcHFONT
(font, fontQuality, hdc);
521
using var hfont =
GetFontOrHdcHFONT
(font, FONT_QUALITY.DEFAULT_QUALITY, screen);
544
using var hfont =
GetFontOrHdcHFONT
(font, quality, hdc);