Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Inheritance
The IDWriteRenderingParams interface inherits from the IUnknown interface. IDWriteRenderingParams also has these types of members:
Methods
The IDWriteRenderingParams interface has these methods.
IDWriteRenderingParams::GetClearTypeLevel Gets the ClearType level of the rendering parameters object. |
IDWriteRenderingParams::GetEnhancedContrast Gets the enhanced contrast property of the rendering parameters object. Valid values are greater than or equal to zero. |
IDWriteRenderingParams::GetGamma Gets the gamma value used for gamma correction. Valid values must be greater than zero and cannot exceed 256. |
IDWriteRenderingParams::GetPixelGeometry Gets the pixel geometry of the rendering parameters object. |
IDWriteRenderingParams::GetRenderingMode Gets the rendering mode of the rendering parameters object. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | dwrite.h |