3 references to GdipGetFamilyName
System.Drawing.Common (1)
System\Drawing\FontFamily.cs (1)
242
PInvokeGdiPlus.
GdipGetFamilyName
(NativeFamily, name, language).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3404
/// <inheritdoc cref="
GdipGetFamilyName
(winmdroot.Graphics.GdiPlus.GpFontFamily*, winmdroot.Foundation.PWSTR, ushort)"/>
3409
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetFamilyName
(familyLocal, name, language);