API Docs / Schemas / FontSettingsDto

FontSettingsDto

Typography settings for a specific text element (headings, body, tables, etc.) in a design theme.
Defines font family, size, color, and text decorations.

Properties

Name Type Description
fontFamilystring

Font family name (e.g., "Arial", "Times New Roman", "Helvetica")

Font family name (e.g., "Arial", "Times New Roman", "Helvetica")

fontSizenumber

Font size in points

Font size in points

colorstring

Text color in hex format (e.g., "#000000" for black)

Text color in hex format (e.g., "#000000" for black)

boldboolean

Whether the text should be bold

Whether the text should be bold

italicboolean

Whether the text should be italic

Whether the text should be italic

underlineboolean

Whether the text should be underlined

Whether the text should be underlined

JSON Example

{
  "fontFamily": "string",
  "fontSize": 0,
  "color": "string",
  "bold": false,
  "italic": false
}

Contained in Schemas