SoFontSetFontPaths Method |
Specifies paths for searching for font files.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetFontPaths(
string name_12222
)
Public Shared Sub SetFontPaths (
name_12222 As String
)
public:
static void SetFontPaths(
String^ name_12222
)
static member SetFontPaths :
name_12222 : string -> unit
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