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: 2023.1.3.0 (2023.1.3)
Syntax public static bool IsAvailableFont(
string name_12227
)
Public Shared Function IsAvailableFont (
name_12227 As String
) As Boolean
public:
static bool IsAvailableFont(
String^ name_12227
)
static member IsAvailableFont :
name_12227 : string -> bool
Parameters
- name_12227
- Type: SystemString
Return Value
Type:
BooleanRemarks Internally, this method builds a font name cache (once only). It scans some predefined directories and registers the association "Name : Style" <=> "font file".
See Also