iconListMatching | |||||||
Type | handler | ||||||
Dictionary | library.iconsvg | ||||||
Library | Icon SVG Library | ||||||
Syntax |
| ||||||
Associations | com.livecode.library.iconsvg | ||||||
Summary | Return the available icons in the current icon family that match the search string. | ||||||
Parameters |
| ||||||
Values |
| ||||||
Related | Handler: iconSVGPathFromName, iconCodepointFromName, iconList, iconListForFamily | ||||||
Description | Return an LCB list of the icon names in the current icon family that match the search string. For each icon name, the SVG path string can be obtained with iconSVGPathFromName or its corresponding codepoint with iconCodepointFromName. |