IDWriteRenderingParams::GetClearTypeLevel Method

Gets the ClearType level of the rendering parameters object.

Syntax

virtual FLOAT GetClearTypeLevel() = 0;

Parameter

Methode umfasst keine Parameter.

Rückgabewert

The ClearType level of the rendering parameters object.

Hinweise

The ClearType level represents the amount of ClearType – that is, the degree to which the red, green, and blue subpixels of each pixel are treated differently. Valid values range from zero (meaning no ClearType, which is equivalent to grayscale anti-aliasing) to one (meaning full ClearType)

Anforderungen

Mindestens unterstützter Client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista

Mindestens unterstützter Server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008

Header

Dwrite.h

Bibliothek

Dwrite.lib

DLL

Dwrite.dll

Siehe auch

IDWriteRenderingParams