IDWriteBitmapRenderTarget1 interface (dwrite_1.h)

Encapsulates a 32-bit device independent bitmap and device context, which you can use for rendering glyphs.

Inheritance

The IDWriteBitmapRenderTarget1 interface inherits from IDWriteBitmapRenderTarget. IDWriteBitmapRenderTarget1 also has these types of members:

Methods

The IDWriteBitmapRenderTarget1 interface has these methods.

 
IDWriteBitmapRenderTarget1::GetTextAntialiasMode

Gets the current text antialiasing mode of the bitmap render target.
IDWriteBitmapRenderTarget1::SetTextAntialiasMode

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

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

See also

IDWriteBitmapRenderTarget