Click or drag to resize
SoFontSetFontPaths Method

Specifies paths for searching for font files.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public static void SetFontPaths(
	string name_12222
)

Parameters

name_12222
Type: SystemString
Remarks

Using this method overrides all other font path definitions, i.e., Open Inventor environment variables and default system font directories. The paths must be separated by a semicolon (";")

See Also