Package 

Class PaywallFont.GoogleFont

    • Method Detail

      • getFontWeight

         final FontWeight getFontWeight()

        The weight of the font. The system uses this to match a font to a font request.

      • getFontStyle

         final Integer getFontStyle()

        The style of the font, normal or italic. The system uses this to match a font to a font request. We use int instead of FontStyle because FontStyle is not compatible with Java.