Table of Contents

Enum ColorBitmapGlyphSnapOption

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies the pixel snapping policy when rendering color bitmap glyphs.
D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION

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.