[]
Determines whether pixel snapping is disabled. The recommended default is FALSE, unless doing animation that requires subpixel vertical placement.
bool IsPixelSnappingDisabled(object clientDrawingContext)
| Type | Name | Description |
|---|---|---|
| object | clientDrawingContext | The context passed to IDWriteTextLayout::Draw. |
| Type | Description |
|---|---|
| bool | Receives TRUE if pixel snapping is disabled or FALSE if it not. |