Weight

data class Weight(val weight: Int = 400) : Comparable<Fonts.Weight>

Constructors

Link copied to clipboard
constructor(weight: Int = 400)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val weight: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: Fonts.Weight): Int