Enum TextRenderingMode

TextRenderingMode enumeration

This enum contains possible values for text rendering mode.

public enum TextRenderingMode

Values

NameValueDescription
Fill0Fill a text.
Stroke1Stroke a text.
FillAndStroke2Fill and stroke a text.
No3Neither fill nor stroke a text.

See Also