Home
last modified time | relevance | path

Searched defs:GdipGetFontHeight (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dfont.c1419 GdipGetFontHeight (GDIPCONST GpFont *font, GDIPCONST GpGraphics *graphics, REAL *height) in GdipGetFontHeight() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs1596 internal static extern Status GdipGetFontHeight (IntPtr font, IntPtr graphics, out float height); in GdipGetFontHeight() method in System.Drawing.GDIPlus
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs1250 …internal static int GdipGetFontHeight(HandleRef font, HandleRef graphics, out float size) => GdipG… in GdipGetFontHeight() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs1162 …internal static int GdipGetFontHeight(IntPtr font, IntPtr graphics, out float height) => GdipGetFo… in GdipGetFontHeight() method in System.Drawing.SafeNativeMethods.Gdip