Package 

Class FontFamilyWithWeight


  • @Deprecated(message = 
       ThemeAdapter is deprecated.
    For more migration information, please visit https://google.github.io/accompanist/themeadapter-appcompat/
    ) 
    public final class FontFamilyWithWeight
    
                        

    A lightweight class for storing a FontFamily and FontWeight.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final FontFamily fontFamily
      private final FontWeight weight
    • Constructor Summary

      Constructors 
      Constructor Description
      FontFamilyWithWeight(FontFamily fontFamily, FontWeight weight)
    • Method Summary

      Modifier and Type Method Description
      final FontFamily getFontFamily()
      final FontWeight getWeight()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FontFamilyWithWeight

        FontFamilyWithWeight(FontFamily fontFamily, FontWeight weight)