TextStickerConfig

open class TextStickerConfig

Constructors

TextStickerConfig
Link copied to clipboard
open fun TextStickerConfig(text: String, align: Align, font: FontAsset, color: Int, backgroundColor: Int)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getTypeface
Link copied to clipboard

Get the font Typeface, this methode gets a Default font if the loading of the external font is not finished yet

open fun getTypeface(): Typeface
hashCode
Link copied to clipboard
open fun hashCode(): Int
loadExternalFont
Link copied to clipboard
open fun loadExternalFont(): Boolean
toString
Link copied to clipboard
open fun toString(): String
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

align
Link copied to clipboard
private open var align: Align
backgroundColor
Link copied to clipboard
private open var backgroundColor: Int
color
Link copied to clipboard
private open var color: Int
CREATOR
Link copied to clipboard
val CREATOR: Creator<TextStickerConfig>
font
Link copied to clipboard
private open var font: FontAsset
text
Link copied to clipboard
private open var text: String