3 references to FromLogFont
System.Drawing (2)
commonui\System\Drawing\Advanced\Font.cs (2)
412
result = Font.
FromLogFont
(lf, screenDC);
432
result = Font.
FromLogFont
(lf, screenDC);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FontDialog.cs (1)
691
fontInWorldUnits = Font.
FromLogFont
(lf, screenDC);