Table of Contents

Method GetAvailableFontStyle

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetAvailableFontStyle(FontFamily, FontStyle)

Indicates whether the specified System.Drawing.FontStyle enumeration is available.

public static FontStyle GetAvailableFontStyle(FontFamily fontFamily, FontStyle desiredStyle)

Parameters

fontFamily FontFamily

FontFamily to test.

desiredStyle FontStyle

The System.Drawing.FontStyle to test.

Returns

FontStyle

The FontStyle available for specified FontFamily object.