Back to Devexpress

TextRenderingMode Enum

corelibraries-devexpress-dot-xtraprinting-ed773a8c.md

latest1.7 KB
Original Source

TextRenderingMode Enum

Lists the values indicating the available text rendering modes.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum TextRenderingMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum TextRenderingMode

Members

NameDescription
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:

Remarks

The TextRenderingMode values correspond to the values of the TextRenderingHint enumeration.

See Also

TextRenderingMode

DevExpress.XtraPrinting Namespace