[]
PDF text rendering mode.
public enum TextRenderingMode
Public Enum TextRenderingMode
Name | Description |
---|---|
Clip | Add text to path for clipping. |
Fill | Fill text. |
FillClip | Fill text and add to path for clipping (see above). |
FillStroke | Fill, then stroke text. |
FillStrokeClip | Fill, then stroke text and add to path for clipping. |
Invisible | Neither fill nor stroke text (invisible). |
Stroke | Stroke text. |
StrokeClip | Stroke text and add to path for clipping. |