Declaration
property TextRendering: TIETextRenderingHintMode;
Description
The quality of text output.
GDI+ Method:
GdipSetTextRenderingHintDefault: ietrTextRenderingHintAntiAlias
// Set best quality
IECanvas.TextRendering := ietrTextRenderingHintAntiAlias;
// Set best performance:
IECanvas.TextRendering := ietrTextRenderingHintSystemDefault;