Class JsonFont
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class JsonFont implements Parcelable
The font name and size. iOS only.
-
-
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. -
-
Method Detail
-
getFontName
final String getFontName()
The font name. defaults to SYSTEM.
-
setFontName
final Unit setFontName(String fontName)
The font name. defaults to SYSTEM.
-
getFontSize
final Double getFontSize()
The font size. defaults 17.0 .
-
setFontSize
final Unit setFontSize(Double fontSize)
The font size. defaults 17.0 .
-
-
-
-