🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

BaselineShiftScope

An interface that introduces the baselineShift property to a Style receiver scope.

Source set: Common
public interface BaselineShiftScope

An interface that introduces the baselineShift property to a Style receiver scope.

Functions

baselineShift

Source set: Common
public fun baselineShift(value: BaselineShift)

Sets the baseline shift for the text (e.g., for superscript or subscript). This property is inherited by child text components if not overridden. This affects text layout and rendering, and is a component of a TextStyle.

This property is inherited.

Parameters

value The BaselineShift to apply.

Content updated: