Group: GDI+ Font - Library: gdiplus
GpStatus WINGDIPAPI GdipIsStyleAvailable(
GDIPCONST GpFontFamily *family,
INT style,
BOOL * IsStyleAvailable
)
DECLARE INTEGER GdipIsStyleAvailable IN gdiplus;
INTEGER fontfamily,;
INTEGER fontstyle,;
INTEGER @ IsStyleAvailable
fontfamily [in] Handle to Font Family Object.
fontstyle [in] Integer that specifies the style of the typeface.
IsStyleAvailable [out] Set to True if requested style is available.
Returns 0 if the call to the GdipIsStyleAvailable is successful.