Whether the specified font style is available.
Syntax

[C#]

bool IsStyleAvailable(FontStyle style);

[Visual Basic]

Function IsStyleAvailable(style As FontStyle) As Boolean
Params
Name Description
style The font style.
return
true


if it is available; otherwise,
false


.
Notes

None.

Example

None.