3 references to GdipCreateFontFromLogfont
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
590
status = PInvokeGdiPlus.
GdipCreateFontFromLogfont
((HDC)hdc, (LOGFONTW*)lf, &font);
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1076
/// <inheritdoc cref="
GdipCreateFontFromLogfont
(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.LOGFONTW*, winmdroot.Graphics.GdiPlus.GpFont**)"/>
1083
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreateFontFromLogfont
(hdc, logfontLocal, fontLocal);