IDWriteRenderingParams

<summary> The interface that represents text rendering settings for glyph rasterization and filtering. </summary>

Members

Functions

GetClearTypeLevel
FLOAT GetClearTypeLevel()

<summary> Gets the ClearType level. Valid values range from 0.0f (no ClearType) to 1.0f (full ClearType). </summary>

GetEnhancedContrast
FLOAT GetEnhancedContrast()

<summary> Gets the amount of contrast enhancement. Valid values are greater than or equal to zero. </summary>

GetGamma
FLOAT GetGamma()

<summary> Gets the gamma value used for gamma correction. Valid values must be greater than zero and cannot exceed 256. </summary>

GetPixelGeometry
DWRITE_PIXEL_GEOMETRY GetPixelGeometry()

<summary> Gets the pixel geometry. </summary>

GetRenderingMode
DWRITE_RENDERING_MODE GetRenderingMode()

<summary> Gets the rendering mode. </summary>

Meta