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

FontSizeScope

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

Source set: Common
public interface FontSizeScope

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

Functions

fontSize

Source set: Common
public fun fontSize(value: TextUnit)

Sets the font size for the text. 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 font size in TextUnit (e.g., 16.sp).

Content updated: