IDWriteBitmapRenderTarget1::GetTextAntialiasMode method (dwrite_1.h)

Gets the current text antialiasing mode of the bitmap render target.

Syntax

DWRITE_TEXT_ANTIALIAS_MODE GetTextAntialiasMode();

Return value

Type: DWRITE_TEXT_ANTIALIAS_MODE

Returns a DWRITE_TEXT_ANTIALIAS_MODE-typed value that specifies the antialiasing mode.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_1.h
Library Dwrite.lib
DLL Dwrite.dll

See also

IDWriteBitmapRenderTarget1