TextRenderHint

EmfPlusSetTsGraphics.TextRenderHint property

Gets or sets an 8-bit unsigned integer that specifies the quality of text rendering, including the type of text anti-aliasing. It MUST be defined in the TextRenderingHint enumeration (section 2.1.1.32).

public EmfPlusTextRenderingHint TextRenderHint { get; set; }

Property Value

The text render hint.

See Also