IsStyleAvailable()

FontFamily::IsStyleAvailable(FontStyle) method

Determines if the specified font style is available.

bool System::Drawing::FontFamily::IsStyleAvailable(FontStyle style)

Arguments

ParameterTypeDescription
styleFontStyleThe font style to test

Return Value

True if the specified font style is avaliable, otherwise - false

See Also