---
title: FixedTextVariant
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/fixedtextvariant
---

# FixedTextVariant

The default text variant preference that chooses the largest available variant.

## Declaration

```swift
struct FixedTextVariant
```

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TextVariantPreference](swiftui/textvariantpreference.md)

## See Also

### Adjusting text size

- [textScale(_:isEnabled:)](swiftui/view/textscale(_:isenabled:).md)
- [dynamicTypeSize(_:)](swiftui/view/dynamictypesize(_:).md)
- [dynamicTypeSize](swiftui/environmentvalues/dynamictypesize.md)
- [DynamicTypeSize](swiftui/dynamictypesize.md)
- [ScaledMetric](swiftui/scaledmetric.md)
- [TextVariantPreference](swiftui/textvariantpreference.md)
- [SizeDependentTextVariant](swiftui/sizedependenttextvariant.md)
