System::Drawing::FontFamily::IsStyleAvailable method

FontFamily::IsStyleAvailable method

Determines if the specified font style is available.

bool System::Drawing::FontFamily::IsStyleAvailable(FontStyle style)
ParameterTypeDescription
styleFontStyleThe font style to test

ReturnValue

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

See Also