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 | | --- | :---: | :---: | --- | | Constructor | name as String | (None) | | | Attributes | Hidden = True | toJSON | | ## Shared Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | FromBASE64 | name as String <br> normalName as String <br> normal as String <br> boldName as String <br> bold as String <br> boldItalicName as String <br> boldItalic as String <br> italicName as String <br> italic as String | GraffitiHTMLtoPDF.Font | | | FromSystem | name as String <br> normal as FolderItem <br> bold as FolderItem <br> boldItalic as FolderItem <br> italic as FolderItem | GraffitiHTMLtoPDF.Font | | ## 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 | |