Encapsulates styling information of the font.

interface FontData {
    color?: string;
    style?: FontStyle | FontStyle[];
}

Properties

Properties

color?: string

The color of the font.

style?: FontStyle | FontStyle[]

Zero to any font style.