Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FontProperties

Interface of all properties of FontSettings.

Index

Properties

family

family : string

CSS font family, or list of font families.

For example, 'Arial, Helvetica, sans-serif'.

size

size : number

For example, 16.

style

style : FontStyle

For example, 'italic'

variant

variant : boolean

true = 'small-caps', false = 'normal'.

weight

weight : FontWeight

For example, 'bold'.