AGI STK Objects 11 Send comments on this topic.
IsFontAvailable Method (IAgSc3dFont)
See Also 
Name
The font name.
Windows






Windows & Linux

Description

Returns whether the specified font is installed in the system

Syntax

[Visual Basic .NET]
Public Function IsFontAvailable( _
   ByVal Name As String _
) As Boolean

[C#]
public bool IsFontAvailable(
string Name
);

[Managed C++]
public: bool IsFontAvailable(
String __gc ^ Name
);

[Java]
public bool isFontAvailable(
String Name
);

[Unmanaged C++]
public: HRESULT IsFontAvailable(
BSTR Name,
VARIANT_BOOL * ReturnValue
);

Parameters

Name
The font name.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface