# 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 |
| --- | :---: | :---: | --- |
| Constructor | (None) | (None) | Creates a new instance of the class. |
## 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 <br> name as String <br> overlay as ColorGroup = nil <br> width as Double = 512 <br> height as Double = 512 | Picture | Renders and returns an image for the icon specified by the paramters. |