GraffitiSuite Docs
Docs
Font
Loading document parsing libraries...
# Font Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Android | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | | | Shared | Function | name as String, normalName as String, normal as String, boldName as String, bold as String, boldItalicName as String, boldItalic as String, italicName as String, italic as String | | | Shared | Function | name as String, normal as FolderItem, bold as FolderItem, boldItalic as FolderItem, italic as FolderItem | | | Attributes | Hidden = True | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Bold | String | Nil | | | BoldItalics | String | Nil | | | IsSystem | Boolean | Nil | | | Italics | String | Nil | | | Name | String | Nil | | | Normal | String | Nil | | | systemData | JSONItem | Nil | |