Share

FileManager.GetSHXFontList Method

Parent Object: FileManager

Description

Method that gets the array of strings containing the SHX font name list.

Syntax

FileManager.GetSHXFontList( [BigFont] As Variant ) As String()

Parameters

Name Type Description
BigFont Variant Optional input Boolean value that specifies whether to get the big font name list or not. This default to False means to return the common SHX font name list, when set this to True the big font name list will be returned.

This is an optional argument whose default value is null.

Version

Introduced in version 2018

Was this information helpful?