Class IncodeTypography.LetterSpacing
-
- All Implemented Interfaces:
@Serializable() public final class IncodeTypography.LetterSpacingRepresents the letter spacing in typography settings. It allows fine tuning of letter spacing in applied font families. In JSON serialisation values are taken as androidx.compose.ui.unit.TextUnitType.Sp.
-
-
Constructor Summary
Constructors Constructor Description IncodeTypography.LetterSpacing(TextUnit none, TextUnit medium, TextUnit large, TextUnit extraLarge)
-
Method Summary
-
-
Constructor Detail
-
IncodeTypography.LetterSpacing
IncodeTypography.LetterSpacing(TextUnit none, TextUnit medium, TextUnit large, TextUnit extraLarge)
- Parameters:
none- The unit applied when no letter spacing should be used.medium- The unit applied when medium letter spacing should be used.large- The unit applied when no large spacing should be used.extraLarge- The unit applied when extraLarge letter spacing should be used.
-
-
-
-