Class JsonFont

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class JsonFont
     implements Parcelable
                        

    The font name and size. iOS only.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getFontName() The font name.
      final Unit setFontName(String fontName) The font name.
      final Double getFontSize() The font size.
      final Unit setFontSize(Double fontSize) The font size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait