Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Font

Hierarchy

Index

Properties

Optional fontFamily

fontFamily: string

The family of the font. If not set, it inherits the root style font family.

Optional fontSize

fontSize: Length

The size of the font. Percentage values are relative to the root style font size

Optional fontStyle

fontStyle: "normal" | "italic" | "oblique"

The style of the font.

Optional fontWeight

fontWeight: number | "normal" | "bold"

The weight of the font, numbers use the same scale as CSS.

Generated using TypeDoc