Start native apps faster with the Composables CLI ->
Function

FontScale

FontScale

Source set: Android
public fun DeviceConfigurationOverride.Companion.FontScale(
    fontScale: Float
): DeviceConfigurationOverride

FontScale

Source set: Common
public fun DeviceConfigurationOverride.Companion.FontScale(
    fontScale: Float
): DeviceConfigurationOverride

A DeviceConfigurationOverride that overrides the font scale for the contained content.

Parameters

fontScale the font scale to use for the content under test.

Return

a DeviceConfigurationOverride that specifies the font scale for the content under test.