Home
last modified time | relevance | path

Searched defs:GdipCreateFontFromLogfontW (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dfont.c1365 GdipCreateFontFromLogfontW(HDC hdc, GDIPCONST LOGFONTW *logfont, GpFont **font) in GdipCreateFontFromLogfontW() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs1216 …internal static int GdipCreateFontFromLogfontW(HandleRef hdc, [In] [Out] object lf, out IntPtr fon… in GdipCreateFontFromLogfontW() method in System.Drawing.SafeNativeMethods.Gdip