Table of Contents

Enum DrawTextOptions

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum DrawTextOptions

Fields

Clip = 2

Text is clipped to the layout rectangle.

DisableColorBitmapSnapping = 8

Bitmap origins of color glyph bitmaps are not snapped.

EnableColorFont = 4

In Windows?8.1 and later, text is rendered using color versions of glyphs, if defined by the font.

NoSnap = 1

Text is not vertically snapped to pixel boundaries. This setting is recommended for text that is being animated.

None = 0

Text is vertically snapped to pixel boundaries and is not clipped to the layout rectangle.