TextRenderingMode Enum
Lists the values indicating the available text rendering modes.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
Declaration
Members
Name | Description |
---|---|
SystemDefault
|
The system default rendering is used. |
SingleBitPerPixelGridFit
|
Glyph bitmaps and hinting are used. |
SingleBitPerPixel
|
Glyph bitmaps without hinting are used. |
AntiAliasGridFit
|
Antialiased glyph bitmaps and hinting are used. |
AntiAlias
|
Antialiased glyph bitmaps without hinting is used. |
ClearTypeGridFit
|
ClearType glyph bitmaps and hinting are used. |
Related API Members
The following properties accept/return TextRenderingMode values:
Remarks
The TextRenderingMode
values correspond to the values of the TextRenderingHint enumeration.
See Also