Click or drag to resize
CanvasDrawTextOptions Enumeration
Specifies text drawing options.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum CanvasDrawTextOptions
Members
  Member nameValueDescription
Default0Text is vertically snapped to pixel boundaries and is not clipped to the layout rectangle.
NoPixelSnap1Text is not vertically snapped to pixel boundaries. This setting is recommended for text that is being animated.
Clip2Text is clipped to the layout rectangle.
EnableColorFont4Text is rendered using color versions of glyphs, if defined by the font.
See Also