Interface TextStyle

Font Style Interface

  • family : eg. "FreeSans"
  • size : in px, not in pt.
  • textWeight : TextWeight.REGULAR ,etc
  • fontStyle : FontStyle.ITALIC ,etc

Hierarchy

  • TextStyle

Properties

color?: string
family: string
fontStyle: FontStyle
size: number
textWeight: TextWeight

Generated using TypeDoc