Skip to main content
A newer version of this page is available. .

TextRenderingMode Enum

Lists the values indicating the available text rendering modes.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.2.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum TextRenderingMode

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