Table of Contents

Enum ColorBitmapGlyphSnapOption

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Specifies the pixel snapping policy when rendering color bitmap glyphs.

public enum ColorBitmapGlyphSnapOption

Fields

Default = 0

Color bitmap glyph positions are snapped to the nearest pixel if the bitmap resolution matches that of the device context.

Disable = 1

Color bitmap glyph positions are not snapped.