[]
PDF text rendering mode.
public enum TextRenderingMode
Clip = 7Add text to path for clipping.
Fill = 0Fill text.
FillClip = 4Fill text and add to path for clipping (see above).
FillStroke = 2Fill, then stroke text.
FillStrokeClip = 6Fill, then stroke text and add to path for clipping.
Invisible = 3Neither fill nor stroke text (invisible).
Stroke = 1Stroke text.
StrokeClip = 5Stroke text and add to path for clipping.