Font

open class Font

Author

Umang Chamaria

Constructors

Font
Link copied to clipboard
open fun Font(name: String, size: Int, color: Color)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

color
Link copied to clipboard
val color: Color
name
Link copied to clipboard
val name: String
size
Link copied to clipboard
val size: Float