iconArrayMatchingInAllFamilies | |||||||
Type | handler | ||||||
Dictionary | library.iconsvg | ||||||
Library | Icon SVG Library | ||||||
Syntax |
| ||||||
Associations | com.livecode.library.iconsvg | ||||||
Summary | Return the available icons in all icon families that match the search string. | ||||||
Parameters |
| ||||||
Values |
| ||||||
Related | Handler: iconSVGPathFromName, iconCodepointFromName, iconList, iconListForFamily | ||||||
Description | Returns an array of families with icon names matching the search string. Each value is a list of the icon matches. For each icon name, the SVG path string can be obtained with iconSVGPathFromName or its corresponding codepoint with iconCodepointFromName. |