Table of Contents
Preview #
About #
GraffitiFontAwesome provides an API for rendering FontAwesome icons to Xojo Picture objects without installing fonts.
Requirements #
- This class requires GraffitiSVG.
- This class requires a DesktopHTMLViewer be present on a view (DesktopWindow or DesktopContainer) in your project for Windows support.
Enumerations #
Name | Values |
---|---|
IconTypes | Regular Solid Brands |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Shared Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Names | type as IconTypes | String() | Returns an array of the supported icon names for the supplied IconType. |
Render | type as IconTypes, name as String, overlay as ColorGroup = nil, width as Double = 512, height as Double = 512 | Picture | Renders and returns an image for the icon specified by the paramters. |
Properties #
This class exposes no properties.