---
title: Text.Layout.DrawingOptions
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/text/layout/drawingoptions
---

# Text.Layout.DrawingOptions

Option flags used when drawing Text.Layout lines or runs into a graphics context.

## Declaration

```swift
@frozen struct DrawingOptions
```

## Topics

### Type Properties

- [disablesSubpixelQuantization](swiftui/text/layout/drawingoptions/disablessubpixelquantization.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
