Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 639 Bytes

File metadata and controls

35 lines (27 loc) · 639 Bytes

GetFontListSize

Description

Returns the number of available fonts on the local system.

FUNCTION GetFontListSize : INTEGER;
def vs.GetFontListSize():
    return INTEGER

Examples

AlrtDialog(Concat('The number of available fonts is: ', GetFontListSize));
resultN := GetFontListSize;
import vs

# Returns the number of available fonts on the local system.
resultN = vs.GetFontListSize()
vs.Message('GetFontListSize returned: ' + str(resultN))

Version

Availability: from Vectorworks 2015

Category