TextRenderingMode Enum
In This Article
Lists the values indicating the available text rendering modes.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
System
|
The system default rendering is used. |
Single
|
Glyph bitmaps and hinting are used. |
Single
|
Glyph bitmaps without hinting are used. |
Anti
|
Antialiased glyph bitmaps and hinting are used. |
Anti
|
Antialiased glyph bitmaps without hinting is used. |
Clear
|
Clear |
#Related API Members
The following properties accept/return TextRenderingMode values:
#Remarks
The TextRenderingMode
values correspond to the values of the TextRenderingHint enumeration.
See Also