Typography

open class Typography

Base class for typography used in a theme. See https://salesforce.quip.com/Hh0oAuV9LVzZ for full list of styling hooks.

ConstructorParameters
Typography(...)All TextStyle parameters for body and title font scales
PropertyTypeDescription
bodyFontScale1RegularTextStyleBody text style at scale 1, regular weight
bodyFontScale1SemiboldTextStyleBody text style at scale 1, semibold weight
bodyFontScale2RegularTextStyleBody text style at scale 2, regular weight
bodyFontScale2SemiboldTextStyleBody text style at scale 2, semibold weight
bodyFontScaleBaseRegularTextStyleBase body text style, regular weight
bodyFontScaleBaseSemiboldTextStyleBase body text style, semibold weight
bodyFontScaleNeg1RegularTextStyleBody text style at negative scale 1, regular weight
titlesFontScale3RegularTextStyleTitle text style at scale 3, regular weight
titlesFontScale3SemiboldTextStyleTitle text style at scale 3, semibold weight
titlesFontScale4RegularTextStyleTitle text style at scale 4, regular weight
titlesFontScale4SemiboldTextStyleTitle text style at scale 4, semibold weight
titlesFontScale5RegularTextStyleTitle text style at scale 5, regular weight
  • AgentforceTypography - Default implementation of Typography interface