Class FontAssetDelegate

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Typeface fetchFont​(java.lang.String fontFamily)
      Override this if you want to return a Typeface from a font family.
      java.lang.String getFontPath​(java.lang.String fontFamily)
      Override this if you want to specify the asset path for a given font family.
      • Methods inherited from class java.lang.Object

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

      • FontAssetDelegate

        public FontAssetDelegate()
    • Method Detail

      • fetchFont

        public Typeface fetchFont​(java.lang.String fontFamily)
        Override this if you want to return a Typeface from a font family.
      • getFontPath

        public java.lang.String getFontPath​(java.lang.String fontFamily)
        Override this if you want to specify the asset path for a given font family.