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

TextDirectionScope

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

Source set: Common
public interface TextDirectionScope

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

Functions

textDirection

Source set: Common
public fun textDirection(value: TextDirection)

Sets the text direction (e.g., LTR, RTL, content-based). This property is inherited by child text components if not overridden. This affects text layout and is a component of a TextStyle.

This property is inherited.

Parameters

value The TextDirection to apply.

Content updated: