TextDesignAttributes

Created by svennahler on 23.03.18.

data class TextDesignAttributes(font: <ERROR CLASS>, tintColor: Int, textColor: Int, alignment: <ERROR CLASS>, lineSpacing: Float)

Constructors

TextDesignAttributes
Link copied to clipboard
fun TextDesignAttributes(font: <ERROR CLASS>, tintColor: Int, textColor: Int, alignment: <ERROR CLASS>, lineSpacing: Float)

Types

Companion
Link copied to clipboard
object Companion

Functions

component1
Link copied to clipboard
operator fun component1(): <ERROR CLASS>
component2
Link copied to clipboard
operator fun component2(): Int
component3
Link copied to clipboard
operator fun component3(): Int
component4
Link copied to clipboard
operator fun component4(): <ERROR CLASS>
component5
Link copied to clipboard
operator fun component5(): Float
copy
Link copied to clipboard
fun copy(font: <ERROR CLASS>, tintColor: Int, textColor: Int, alignment: <ERROR CLASS>, lineSpacing: Float): TextDesignAttributes
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

alignment
Link copied to clipboard
var alignment: <ERROR CLASS>
font
Link copied to clipboard
var font: <ERROR CLASS>
lineSpacing
Link copied to clipboard
var lineSpacing: Float
textColor
Link copied to clipboard
var textColor: Int
tintColor
Link copied to clipboard
var tintColor: Int