GxTextRenderingHint

Description

The GxTextRenderingHint enumeration contains text output modes.

It is used by the following property:

Available Values

Value Brief description
0 SystemDefault - all characters are displayed with the help of master signs with system hinting used by default. The text is displayed with font smoothing parameters specified for the system.
1 SingleBitPerPixelGridFit. All characters are displayed with the help of master signs. The hinting is applied to refine the characters displaying on general hatches and and curves.
2 SingleBitPerPixel - all characters are displayed with the help of master signs. The hinting is disabled.
3 AntiAliasGridFit - all characters are displayed with the help of smoothed master signs with hinting. The quality improves considerably at the expense of productivity reduction.
4 AntiAlias - all characters are displayed with the help of smoothed master signs without the hinting. The smoothing enables the user to improve the quality. The difference of the general hatches width can be noticed because the hinting function is disabled.
5 ClearTypeGridFit. All characters are displayed with the help of the CT master signs with the hinting. The best quality. It is used to reveal the advantages of ClearType fonts.

See also:

Drawing Assembly Enumerations