# GraffitiBootstrapIcons
Class Inherits GraffitiSuite.BaseObject
## About
GraffitiLineicons provides an API for rendering Bootstrap icons to Xojo Picture objects at high resolution.
## 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.
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | (None) | (None) | Creates a new instance of the class. |
## Shared Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Names | (None) | String | Returns an array of all valid icon names. |
| Render | name as String <br> overlay as ColorGroup = nil <br> width as Double = 512 <br> height as Double = 512 | Picture | Renders an icon based on the criteria provided. |