iconNamesForFamily

Typehandler
Dictionarylibrary.iconsvg
LibraryIcon SVG Library
Syntax
iconNamesForFamily(<pFamily>)
Associationscom.livecode.library.iconsvg
Summary

Returns the available icons in the specified icon family.

Parameters
NameTypeDescription
pFamily

The name of the icon family

Values
NameTypeDescription
return

The icon names for which SVG paths are available, one per line.

RelatedHandler: iconSVGPathFromName, iconCodepointFromName, iconFamilies, iconList, iconListForFamily
Description

The iconNamesForFamily handler returns the names of the icons in the library of the specified icon family.

Call iconSVGPathFromName or iconCodepointFromName to retrieve either the SVG path string or codepoint corresponding to the icon with this name.