Icon SVG Library

Typelibrary
Dictionarylibrary.iconsvg
LibraryIcon SVG Library
Associationscom.livecode.library.iconsvg
Summary

This is an SVG icon path library.

Description

This is an SVG icon path library.

TypeNameSummarySyntax
handleraddIcon

Add an icon to the iconsvg library.

addIcon(<pName>,<pSVG>,<pCodepoint>)

- - -addIconFamily

Add an icon family to the iconsvg library.

addIconFamily(<pFamily>,<pIconData>)

- - -deleteIconFamily

Delete an icon family from the iconsvg library.

deleteIconFamily(<pFamily>)

- - -getCurrentIconFamily

Return the current icon family.

getCurrentIconFamily()

- - -iconArrayMatchingInAllFamilies

Return the available icons in all icon families that match the search string.

iconArrayMatchingInAllFamilies(<pSearch>)

- - -iconCodepointFromName

Returns the codepoint corresponding to the given icon in the current font.

iconCodepointFromName(<pName>)

- - -iconData

Return the available icon data in the current icon family.

iconData()

- - -iconDataForFamily

Return the available icon data in the specified icon family.

iconDataForFamily(<pFamily>)

- - -iconFamilies

Returns the available icons families.

iconFamilies()

- - -iconList

Return the available icons in the current icon family.

iconList()

- - -iconListForFamily

Return the available icons in the specified icon family.

iconListForFamily(<pFamily>)

- - -iconListMatching

Return the available icons in the current icon family that match the search string.

iconListMatching(<pSearch>)

- - -iconNames

Returns the available icons in the current icon family.

iconNames()

- - -iconNamesForFamily

Returns the available icons in the specified icon family.

iconNamesForFamily(<pFamily>)

- - -iconSVGPathFromName

Returns the SVG path for the given icon.

iconSVGPathFromName(<pName>)

- - -setCurrentIconFamily

Set the current icon family.

setCurrentIconFamily(<pFamily>)

libraryIcon SVG Library

This is an SVG icon path library.

setCurrentIconFamily(<pFamily>)