IDWriteRenderingParams interface
Represents text rendering settings such as ClearType level, enhanced contrast, and gamma correction for glyph rasterization and filtering.
An application typically obtains a rendering parameters object by calling the IDWriteFactory::CreateMonitorRenderingParams method.
Members
The IDWriteRenderingParams interface inherits from the IUnknown interface. IDWriteRenderingParams also has these types of members:
Methods
The IDWriteRenderingParams interface has these methods.
| Method | Description |
|---|---|
| GetClearTypeLevel |
Gets the ClearType level of the rendering parameters object. |
| GetEnhancedContrast |
Gets the enhanced contrast property of the rendering parameters object. Valid values are greater than or equal to zero. |
| GetGamma |
Gets the gamma value used for gamma correction. Valid values must be greater than zero and cannot exceed 256. |
| GetPixelGeometry |
Gets the pixel geometry of the rendering parameters object. |
| GetRenderingMode |
Gets the rendering mode of the rendering parameters object. |
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also