API / geotoolkit / scene / shapes / painters / FontPainter / FontPainter
painters.FontPainter.FontPainter
Type Aliases
Type Aliases
Ƭ Options: Object
font url or properties object
| Name | Type | Description |
|---|---|---|
family? | string | font family, must match to file name |
fill | Type | text fill style |
text? | string | text which be drawn as a symbol, ascii or unicode |
url? | string | ArrayBuffer | font url |
Ƭ OptionsOut: Object
font painter properties
| Name | Type | Description |
|---|---|---|
family | string | font family, must match to file name |
fill | FillStyle | null | text fill style |
text | string | text which be drawn as a symbol, ascii or unicode |
url | string | ArrayBuffer | font url |