FontStyle

class FontStyle

Constructors

Link copied to clipboard
constructor(weight: Int, width: Int, slant: FontSlant)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val _value: Int
Link copied to clipboard
Link copied to clipboard
val weight: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
Link copied to clipboard
fun withWeight(weight: Int): FontStyle
Link copied to clipboard
fun withWidth(width: Int): FontStyle