Class IncodeTypography.Weight

  • All Implemented Interfaces:

    @Serializable() 
    public final class IncodeTypography.Weight
    
                        

    Represents the font weights used in typography settings.

    This data class allows customization of different font weights for various text styles used in the SDK UI. Each parameter corresponds to a specific weight, ensuring flexibility and consistency in text presentation.

    • Constructor Detail

      • IncodeTypography.Weight

        IncodeTypography.Weight(FontWeight regular, FontWeight medium, FontWeight bold, FontWeight extraBold)
        Parameters:
        regular - The regular font weight.
        medium - The medium font weight.
        bold - The bold font weight.
        extraBold - The extra bold font weight.
      • IncodeTypography.Weight

        IncodeTypography.Weight(FontWeight regular, FontWeight medium, FontWeight bold)
        Parameters:
        regular - The regular font weight.
        medium - The medium font weight.
        bold - The bold font weight.
      • IncodeTypography.Weight

        IncodeTypography.Weight(FontWeight regular, FontWeight medium)
        Parameters:
        regular - The regular font weight.
        medium - The medium font weight.
      • IncodeTypography.Weight

        IncodeTypography.Weight(FontWeight regular)
        Parameters:
        regular - The regular font weight.
      • IncodeTypography.Weight

        IncodeTypography.Weight()