Function

FontWeightAdjustment

A DeviceConfigurationOverride that overrides the font weight adjustment for the contained content.

FontWeightAdjustment

Source set: Android
@RequiresApi(31)
fun DeviceConfigurationOverride.Companion.FontWeightAdjustment(
    fontWeightAdjustment: Int
): DeviceConfigurationOverride

A DeviceConfigurationOverride that overrides the font weight adjustment for the contained content.

Parameters

fontWeightAdjustment the font weight adjustment to use to render the content under test.

Returns

a DeviceConfigurationOverride that specifies the font weight adjustment for the content under test.

Last updated: