---
title: disablesSubpixelQuantization
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/text/layout/drawingoptions/disablessubpixelquantization
---

# disablesSubpixelQuantization

If set, subpixel quantization requested by the text engine is disabled. This can be useful for text that will be animated to prevent it jittering.

## Declaration

```swift
static var disablesSubpixelQuantization: Text.Layout.DrawingOptions { get }
```
