SoFontAddFontPaths Method |
Specifies paths for searching for font files.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void AddFontPaths(
string name_12226
)
Public Shared Sub AddFontPaths (
name_12226 As String
)
public:
static void AddFontPaths(
String^ name_12226
)
static member AddFontPaths :
name_12226 : string -> unit
Parameters
- name_12226
- Type: SystemString
Remarks Use this method to add new font paths to the current list of searched paths. The paths must be separated by a semicolon (";")
See Also