# GraffitiFontAwesome
Class Inherits GraffitiSuite.BaseObject
## About
GraffitiFontAwesome provides an API for rendering FontAwesome icons to Xojo Picture objects without installing fonts.
## Preview

Previous
Next
## Warnings
### Linux Support
Support varies by Linux distribution and installed libwebkit library and version.
### Windows Support
Requires the presence of an HTMLViewer on a window or container within the project.
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| IconTypes | Regular <br> Solid <br> Brands | Supported icon types. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Shared | Function | type as IconTypes | Returns an array of the supported icon names for the supplied IconType. |
| Shared | Function | type as IconTypes, name as String, overlay as ColorGroup = nil, width as Double = 512, height as Double = 512 | Renders and returns an image for the icon specified by the paramters. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Private | attempts | Dictionary | |
| Private | As | Nil | |
| Private | instance | GraffitiFontAwesome | |