FontFamily

enum FontFamily : Enum<FontFamily>

An enumeration of available font families

Entries

Link copied to clipboard
@SerializedName(value = "Default")
DEFAULT
Link copied to clipboard
@SerializedName(value = "Helvetica")
HELVETICA
Link copied to clipboard
@SerializedName(value = "Courier")
COURIER
Link copied to clipboard
@SerializedName(value = "Garamond")
GARAMOND
Link copied to clipboard
@SerializedName(value = "Palatino")
PALATINO
Link copied to clipboard
@SerializedName(value = "Times New Roman")
TIMES_NEW_ROMAN

Functions

Link copied to clipboard
fun valueOf(value: String): FontFamily

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<FontFamily>

Returns an array containing the constants of this enum type, in the order they're declared.