# GraffitiLineicons
Class Inherits GraffitiSuite.BaseObject
## About
GraffitiLineicons provides an API for rendering
Lineicons
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.
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| IconTypes | Brand <br> Business <br> Communication <br> Construction <br> Currency <br> Design <br> Direction <br> Education <br> FoodAndRestaurant <br> HealthAndMedical <br> InterfaceAndSign <br> Marketing <br> Media <br> Nature <br> PartyAndFest <br> Personal <br> Smileys <br> Spinner <br> TextEditor <br> Travel <br> Weather <br> WebAndTechnology | Supported icon types or categories. |
## 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 | As | Nil | |
| Private | instance | GraffitiLineicons | |