textStyle

全局的字体样式。

  • textStyle.color: 文字的颜色。
  • textStyle.fontStyle: 文字字体的风格
      可选:
      'normal'
      'italic'
      'oblique'
    
  • textStyle.fontWeight: 文字字体的粗细
      可选:
      'normal'
      'bold'
      'bolder'
      'lighter'
      100 | 200 | 300 | 400...
    
  • textStyle.fontFamily: 文字的字体系列
  • textStyle.fontSize: 文字的字体大小