Returns whether the specified font is installed in the system
[Visual Basic .NET] |
---|
Public Function IsFontAvailable( _ ByVal Name As String _ ) As |
[C#] |
---|
public bool IsFontAvailable( string Name ); |
[Managed C++] |
---|
public: bool IsFontAvailable( String __gc ^ Name ); |
[Java] |
---|
public bool isFontAvailable( String Name ); |
- Name
- The font name.