onLoadStyle

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