Compose Unstyled 2.0 is out! Check the official announcement blog ->
Interface

FontSizeScope

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

Source set: Common
@ExperimentalFoundationStyleApi
interface FontSizeScope

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

Functions

fontSize

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).

Last updated: