FontWeight

expect class FontWeight(weight: Int) : Comparable<FontWeight> (source)
actual class FontWeight(val weight: Int) : Comparable<FontWeight> (source)

Constructors

Link copied to clipboard
expect constructor(weight: Int)
actual constructor(weight: Int)

Types

Link copied to clipboard
expect object Companion
actual object Companion

Properties

Link copied to clipboard
expect val weight: Int
actual val weight: Int

Functions

Link copied to clipboard
expect open operator override fun compareTo(other: FontWeight): Int
actual open operator override fun compareTo(other: FontWeight): Int
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
Link copied to clipboard
open override fun toString(): String