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

FontWeightAdjustment

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

DeviceConfigurationOverrideFontWeightAdjustmentSample

@Sampled
@Composable
fun DeviceConfigurationOverrideFontWeightAdjustmentSample() {
    DeviceConfigurationOverride(DeviceConfigurationOverride.FontWeightAdjustment(200)) {
        MyComponent() // will be rendered with adjusted font weight
    }
}

Content updated: