Enum RenderingMode
Text rendering styles controlling whether glyph interiors, outlines, both, or clipping paths are applied when painting text.
Namespace: Telerik.Windows.Documents.Fixed.Model.Text
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum RenderingMode
AddToClippingPath
Clip only – adds glyph outlines to the clipping path without painting.
Fill
Fill only – paints the glyph interiors with the current non-stroking color.
FillAndAddToClippingPath
Fill and clip – fills glyphs and adds their shape to the current clipping path.
FillAndStroke
Fill then stroke – fills interiors and then outlines them for combined effect.
FillStrokeAndAddToClippingPath
Fill, stroke, and clip – fills, outlines, then adds the resulting glyph area to the clipping path.
None
Invisible – neither fills nor strokes glyphs (can still affect text positioning).
Stroke
Stroke only – draws glyph outlines using the current stroking settings.
StrokeAndAddToClippingPath
Stroke and clip – strokes outlines and adds the outline path to the clipping path.