| SoFontAddFontPaths 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 AddFontPaths(
	string name_11925
)
Public Shared Sub AddFontPaths ( 
	name_11925 As String
)
public:
static void AddFontPaths(
	String^ name_11925
)
static member AddFontPaths : 
        name_11925 : string -> unit 
Parameters
- name_11925
 - Type: SystemString
 
RemarksUse this method to add new font paths to the current list of searched paths. The paths must be separated by a semicolon (";") 
See Also