FontVariationAxis

class FontVariationAxis(val _tag: Int, val minValue: Float, val defaultValue: Float, val maxValue: Float, val isHidden: Boolean)

Constructors

Link copied to clipboard
constructor(tag: String, min: Float, def: Float, max: Float, hidden: Boolean)
constructor(tag: String, min: Float, def: Float, max: Float)
constructor(_tag: Int, minValue: Float, defaultValue: Float, maxValue: Float, isHidden: Boolean)

Properties

Link copied to clipboard
val _tag: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String

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