Font used for text symbols

Referenced by: Text Symbol (esriTS)

Properties

PropertyDetails
decorationThe text decoration.
Valid values:
  • line-through
  • none
  • underline
familyThe font family.
sizeThe font size in points.
styleThe text style.
Valid values:
  • italic
  • normal
  • oblique
weightThe text weight.
Valid values:
  • bold
  • bolder
  • lighter
  • normal

Example

{
"family": "Arial",
"size": 12,
"style": "normal",
"weight": "bold",
"decoration": "none"
}