Group: GDI+ Font - Library: gdiplus
GpStatus WINGDIPAPI GdipGetFamilyName(
GDIPCONST GpFontFamily *family,
WCHAR name[LF_FACESIZE],
LANGID language
)
DECLARE INTEGER GdipGetFamilyName IN gdiplus;
INTEGER fontfamily,;
STRING @ familyname,;
INTEGER language
fontfamily [in] Handle to Font Family Object.
familyname [out] Name of this font family.
language [in] Optional. Sixteen-bit value that specifies the language to use.
If the method succeeds, it returns Ok, which is an element of the Status enumeration.