applyTextStyle

fun UIButton.applyTextStyle(buttonStyle: KalugaButtonStyle.WithText<*>)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.


fun UILabel.applyTextStyle(textStyle: KalugaTextStyle)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Makes a UILabel look as specified by a KalugaTextStyle

Parameters

textStyle

the KalugaTextStyle that specifies the look of the UILabel


fun UITextView.applyTextStyle(textStyle: KalugaTextStyle)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Makes a UITextView look as specified by a KalugaTextStyle

Parameters

textStyle

the KalugaTextStyle that specifies the look of the UITextView


fun UITextField.applyTextStyle(textStyle: KalugaTextStyle)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Makes a UITextField look as specified by a KalugaTextStyle

Parameters

textStyle

the KalugaTextStyle that specifies the look of the UITextField