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: 2024.1.1.0 (2024.1.1)
Syntax
public static bool IsAvailableFont(
	string name_12232
)

Parameters

name_12232
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