GraffitiSuite Docs
Docs
Graffitifontawesome
Loading document parsing libraries...
# GraffitiFontAwesome Class Inherits GraffitiWebUIControl ## About Embed FontAwesome icons practically anywhere in your Xojo Web applications! ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | IconSizes | Normal <br> ExtraSmall <br> Small <br> Large <br> TwoX <br> ThreeX <br> FourX <br> FiveX <br> SixX <br> SevenX <br> EightX <br> NineX <br> TenX <br> Scale | Supported icon sizes. | | IconTypes | Regular <br> Solid <br> Brands | Supported icon types or categories. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Action | (None) | (None) | Raised when the user clicks on the GraffitiWebFontAwesomeInstance | | MouseEnter | (None) | (None) | Raised when the user's cursor enters the control's display area. | | MouseLeave | (None) | (None) | Raised when the user's cursor exits the control's display area. | | Open | (None) | (None) | | | Shown | (None) | (None) | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | IconName | String | Nil | An icon class name according to those available in the FontAwesome font. These can either be seen in the demo list, or at the FontAwesome Cheat Sheet. | | IconSize | IconSizes | Nil | The size of icon to display. | | IconType | IconTypes | Nil | The type of icon pack used to display the provided IconName. |