Click or drag to resize
SoFontIsAvailableFont Method

Returns true if the specified font is available for use by Open Inventor.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static bool IsAvailableFont(
	string name_12228
)

Parameters

name_12228
Type: SystemString

Return Value

Type: Boolean
Remarks

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