SoFontIsAvailableFont Method |
Returns true if the specified font is available for use by Open Inventor.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool IsAvailableFont(
string name_12228
)
Public Shared Function IsAvailableFont (
name_12228 As String
) As Boolean
public:
static bool IsAvailableFont(
String^ name_12228
)
static member IsAvailableFont :
name_12228 : string -> bool
Parameters
- name_12228
- Type: SystemString
Return Value
Type:
BooleanRemarks Internally, this method builds a font name cache (once only). It scans some predefined directories and registers the association "Name : Style" <=> "font file".
See Also