SoFontAddFontPaths 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 AddFontPaths(
string name_12225
)
Public Shared Sub AddFontPaths (
name_12225 As String
)
public:
static void AddFontPaths(
String^ name_12225
)
static member AddFontPaths :
name_12225 : string -> unit
Parameters
- name_12225
- 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