FontFamily.IsStyleAvailable
FontFamily.IsStyleAvailable method
Indicates whether the specified FontStyle enumeration is available.
public bool IsStyleAvailable(FontStyle style)
Parameter | Type | Description |
---|---|---|
style | FontStyle | The FontStyle to test. |
Return Value
true if the specified FontStyle is available; otherwise, false.
See Also
- enum FontStyle
- class FontFamily
- namespace System.Drawing
- assembly Aspose.Drawing