Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Parameters | Return Type | Description |
---|
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Constructor | name as String | None | Creates a new instance of the class. |
Shared Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
FromSystem | name as String | None | Creates a new instance of the class using a system font. |
normal as FolderItem | |||
bold as FolderItem | |||
boldItalic as FolderItem | |||
italic as FolderItem |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Bold | String | “” | URL for the this variant. |
BoldItalics | String | “” | Font name for this variant. |
IsSystem | Boolean | False | When True, the font is available on the system as FolderItems. This is set by the FromSystem shared method and should not be changed programmatically. |
Italics | String | “” | URL for this variant. |
Name | String | “” | The base name for this font. |
Normal | String | “” | URL for this variant. |
systemData | JSONItem | Nil | Populated from System font selection using the FromSystem method. This is set by the FromSystem shared method and should not be changed programmatically. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.