Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 423 Bytes

File metadata and controls

24 lines (18 loc) · 423 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));

Version

Availability: from Vectorworks 2015

Category