| SoFontSetFontPaths Method  | 
Specifies paths for searching for font files. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void SetFontPaths(
	string name_11922
)
Public Shared Sub SetFontPaths ( 
	name_11922 As String
)
public:
static void SetFontPaths(
	String^ name_11922
)
static member SetFontPaths : 
        name_11922 : string -> unit 
Parameters
- name_11922
 - Type: SystemString
 
RemarksUsing 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