| SoFontIsAvailableFont Method  | 
Returns true if the specified font is available for use by Open Inventor. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static bool IsAvailableFont(
	string name_11927
)
Public Shared Function IsAvailableFont ( 
	name_11927 As String
) As Boolean
public:
static bool IsAvailableFont(
	String^ name_11927
)
static member IsAvailableFont : 
        name_11927 : string -> bool 
Parameters
- name_11927
 - Type: SystemString
 
Return Value
Type: 
Boolean
RemarksInternally, this method builds a font name cache (once only). It scans some predefined directories and registers the association "Name : Style" <=> "font file". 
See Also