Returns the number of available fonts on the local system.
FUNCTION GetFontListSize : INTEGER;def vs.GetFontListSize():
return INTEGERAlrtDialog(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))Availability: from Vectorworks 2015