Typography and Fonts

Comprehensive typography system for Android Agentforce components with multiple scales, weights, and semantic usage patterns.

The Android Agentforce SDK provides a complete typography system with the following classes:

  • Typography - Base class for typography used in themes with 12 TextStyle properties for body and title font scales
  • AgentforceTypography - Default typography implementation object that extends the Typography base class

The typography system provides multiple font scales and weights for creating clear information hierarchy:

  • bodyFontScaleNeg1Regular - Smaller body text, regular weight
  • bodyFontScaleBaseRegular - Standard body text, regular weight
  • bodyFontScaleBaseSemibold - Standard body text, semibold weight
  • bodyFontScale1Regular - Larger body text, regular weight
  • bodyFontScale1Semibold - Larger body text, semibold weight
  • bodyFontScale2Regular - Even larger body text, regular weight
  • bodyFontScale2Semibold - Even larger body text, semibold weight
  • titlesFontScale3Regular - Medium titles, regular weight
  • titlesFontScale3Semibold - Medium titles, semibold weight
  • titlesFontScale4Regular - Large titles, regular weight
  • titlesFontScale4Semibold - Large titles, semibold weight
  • titlesFontScale5Regular - Extra large titles, regular weight