Enum D2D1TextAntialiasMode
Describes the antialiasing mode used for drawing text.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1TextAntialiasMode
Fields
Name | Description |
---|---|
Aliased | Render text aliased. |
ClearType | Render text using ClearType. |
Default | Render text using the current system setting. |
Grayscale | Render text using gray-scale. |