NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontFamily.IsStyleAvailable

Indicates whether the specified FontStyle is available.

[Visual Basic]
Public Function IsStyleAvailable( _
   ByVal style As FontStyle _
) As Boolean
[C#]
public bool IsStyleAvailable(
   FontStyle style
);
[C++]
public: bool IsStyleAvailable(
   FontStyle style
);
[JScript]
public function IsStyleAvailable(
   style : FontStyle
) : Boolean;

Parameters

style
The FontStyle to test.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace