Font used for text symbols.
Referenced by: TextSymbol3DLayer
Properties
Property | Details |
---|---|
decoration | The text decoration. Valid values:
|
family | The font family. |
size | The font size in points. Ignored when font is used on TextSymbol3DLayer. |
style | The text style. Valid values:
|
weight | The text weight. Valid values:
|
font Example
{
"family": "Arial",
"size": 12,
"style": "normal",
"weight": "bold",
"decoration": "none"
}