| SoFontGetAvailableFonts Method (String) | 
Calls #GetAvailableFonts with clearDB argument to false.
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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