SoFontGetAvailableFonts Method (String) |
Calls #GetAvailableFonts with clearDB argument to false.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void GetAvailableFonts(
out string[] strings
)
Public Shared Sub GetAvailableFonts (
<OutAttribute> ByRef strings As String()
)
public:
static void GetAvailableFonts(
[OutAttribute] array<String^>^% strings
)
static member GetAvailableFonts :
strings : string[] byref -> unit
Parameters
- strings
- Type: SystemString
See Also