TextStylesHelper

Properties

Link copied to clipboard
Link copied to clipboard
const val DEFAULT_EMS: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val DEFAULT_MIN_WIDTH: Int = 0

Functions

Link copied to clipboard
fun onLoadStyle(c: ComponentContext, ellipsize: Output<TextUtils.TruncateAt>?, extraSpacing: Output<Float>?, shouldIncludeFontPadding: Output<Boolean>?, spacingMultiplier: Output<Float>?, minLines: Output<Int>?, maxLines: Output<Int>?, minEms: Output<Int>?, maxEms: Output<Int>?, minTextWidth: Output<Int>?, maxTextWidth: Output<Int>?, isSingleLine: Output<Boolean>?, text: Output<CharSequence>?, textColorStateList: Output<ColorStateList>?, linkColor: Output<Int>?, highlightColor: Output<Int>?, textSize: Output<Int>?, textAlignment: Output<TextAlignment>?, breakStrategy: Output<Int>?, hyphenationFrequency: Output<Int>?, justificationMode: Output<Int>?, textStyle: Output<Int>?, shadowRadius: Output<Float>?, shadowDx: Output<Float>?, shadowDy: Output<Float>?, shadowColor: Output<Int>?, verticalGravity: Output<VerticalGravity>?, typeface: Output<Typeface>?)