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