Interface FontStyle

Font Style Interface family : eg. "FreeSans" size : in px, not in pt. textWeight : TextWeight.REGULAR ,etc textWeight : TextStyle.ITALIC ,etc

Hierarchy

  • FontStyle

Properties

color?: string
family: string
size: number
textStyle: TextStyle
textWeight: TextWeight

Generated using TypeDoc