Graphics::GetTextRenderingHint method (gdiplusgraphics.h)

The Graphics::GetTextRenderingHint method returns the text rendering mode currently set for this Graphics object.

Syntax

TextRenderingHint GetTextRenderingHint();

Return value

Type: TextRenderingHint

This method returns an element of the TextRenderingHint enumeration that indicates the process currently used by this Graphics object to render text.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusgraphics.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Graphics

TextRenderingHint