The text rendering mode for text.
The TextRenderingMode enumeration may take the following
values:
- Fill - Fill text - the default.
- Stroke - Stroke glyph outlines.
- FillAndStroke - Fill text and stroke glyph outlines.
- Invisible - Neither fill nor stroke.
- FillAndClip - Fill text then add to clipping path.
- StrokeAndClip - Stroke text then add to clipping path.
- FillStrokeAndClip - Fill and stroke text then add to clipping
path.
- Clip - Add to clipping path.
|