Enum D2D1LayerOptions
Specifies options that can be applied when a layer resource is applied to create a layer.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[Flags]
public enum D2D1LayerOptions
Fields
Name | Description |
---|---|
InitializeForClearType | The layer renders correctly for ClearType text. If the render target is set to ClearType, the layer continues to render ClearType. If the render target is set to ClearType and this option is not specified, the render target will be set to render gray-scale until the layer is popped. |
None | The text in this layer does not use ClearType antialiasing. |