TextRenderingMode enumeration

TextRenderingMode enumeration

This enum contains possible values for text rendering mode.

The TextRenderingMode type exposes the following members:

Fields

FieldDescription
FILLFill a text.
STROKEStroke a text.
FILL_AND_STROKEFill and stroke a text.
NONeither fill nor stroke a text.

See Also