Font used for text symbols
Referenced by: Text Symbol (esriTS)
Properties
| Property | Details | 
|---|---|
| decoration | The text decoration. Valid values: 
 | 
| family | The font family. | 
| size | The font size in points. | 
| style | The text style. Valid values: 
 | 
| weight | The text weight. Valid values: 
 | 
Example
{
  "family": "Arial",
  "size": 12,
  "style": "normal",
  "weight": "bold",
  "decoration": "none"
}