Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FontSetting

Font matching configuration.

Hierarchy

  • FontSetting

Index

Properties

Optional bold

bold: boolean

When true, the font is matched if it is bold.

Optional italic

italic: boolean

When true, the font is matched if it is italic.

Optional level

level: number

The HTML heading level that any content with the matching font is converted to.

Optional max_size

max_size: number

The maximum size of the font to match.

Optional min_size

min_size: number

The minimum size of the font to match.

Optional name

name: string

The name of the font.

Generated using TypeDoc