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 |
---|---|---|---|
Add | Name as String | None | Allows the addition of remote-hosted fonts, such as Google Fonts. |
linkTag as String | |||
Item | index as Integer | String | Returns the name of the font at the specified index. |
LastIndex | None | Integer | Returns the index of the last item in the internal fonts array. |
Remove | index as Integer | None | Removes the font at the specified index. |
RemoveAll | None | None | Removes all fonts from the internal array. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
DefaultFace | String | Helvetica | Font face applied to the Editor’s by default. |
DefaultLineHeight | Double | 1.0 | Determines distance between lines. |
DefaultSize | Integer | 10 | Font size applied to the Editor’s content by default. |
LineHeights ReadOnly |
GraffitiEditorLineHeights | Generated | Access to line height functionality. |
Sizes() | Integer | Generated | Sizes allowed for selection by the user. This should not be modified after the Open event of the Editor. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.