iconDataForFamily |
Type | handler |
Dictionary | library.iconsvg |
Library | Icon SVG Library |
Syntax | iconDataForFamily(<pFamily>)
|
Associations | com.livecode.library.iconsvg |
Summary | Return the available icon data in the specified icon family.
|
Parameters | Name | Type | Description |
---|
pFamily | | The name of the icon family
|
|
Values | Name | Type | Description |
---|
return | | The specified icon family's data (name, SVG path, codepoint).
|
|
Related | Handler: addIconFamily, deleteIconFamily, iconFamilies, iconListForFamily, iconNamesForFamily
|
Description | Return an LCB array of the icon data in the iconsvg library's specified
icon family.
|