TextRenderingHint Enumeration

Specifies the quality of text rendering.

Module: aspose.psd

Full Name: aspose.psd.TextRenderingHint

Aspose.PSD Version: 24.4.0

Members

Member nameDescription
ANTI_ALIASEach character is drawn using its antialiased glyph bitmap without hinting. Better quality due to antialiasing. Stem width differences may be noticeable because hinting is turned off.
ANTI_ALIAS_GRID_FITEach character is drawn using its antialiased glyph bitmap with hinting. Much better quality due to antialiasing, but at a higher performance cost.
CLEAR_TYPE_GRID_FITEach character is drawn using its glyph ClearType bitmap with hinting. The highest quality setting. Used to take advantage of ClearType font features.
SINGLE_BIT_PER_PIXELEach character is drawn using its glyph bitmap. Hinting is not used.
SINGLE_BIT_PER_PIXEL_GRID_FITEach character is drawn using its glyph bitmap. Hinting is used to improve character appearance on stems and curvature.
SYSTEM_DEFAULTEach character is drawn using its glyph bitmap, with the system default rendering hint. The text will be drawn using whatever font-smoothing settings the user has selected for the system.