corelibraries-devexpress-dot-xtraprinting-ed773a8c.md
Lists the values indicating the available text rendering modes.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
[ResourceFinder(typeof(ResFinder))]
public enum TextRenderingMode
<ResourceFinder(GetType(ResFinder))>
Public Enum TextRenderingMode
| 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.
|
The following properties accept/return TextRenderingMode values:
The TextRenderingMode values correspond to the values of the TextRenderingHint enumeration.
See Also