Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFontSizeOptions

The options that can be used with the FontSize to customise the divisions for the font size aliases.

example
Customising the normal font size and scaling ```ts import { FontSize, Scale } from '@ef-carbon/react-native-style'; const fontSize = new FontSize({ base: 20, scale: Scale.AugmentedFourth }); ```
see

Scale

Hierarchy

  • object
  • object
    • IFontSizeOptions