You've already forked linux-packaging-mono
Imported Upstream version 5.12.0.220
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
parent
8bd104cef2
commit
8fc30896db
@@ -1560,7 +1560,7 @@ namespace System.Drawing
|
||||
[MarshalAs(UnmanagedType.LPWStr)] string fName, IntPtr collection, out IntPtr fontFamily);
|
||||
|
||||
[DllImport (GdiPlus, CharSet=CharSet.Unicode)]
|
||||
internal static extern Status GdipGetFamilyName(IntPtr family, StringBuilder name, int language);
|
||||
internal static extern Status GdipGetFamilyName(IntPtr family, IntPtr name, int language);
|
||||
|
||||
[DllImport (GdiPlus)]
|
||||
internal static extern Status GdipGetGenericFontFamilySansSerif (out IntPtr fontFamily);
|
||||
|
||||
Reference in New Issue
Block a user