March 2003
Intermediate to advanced
896 pages
32h 35m
English
TextRenderingHint
This enumeration is used by the
System.Drawing.Graphics.TextRenderingHint to
determine the quality with which text is rendered on the graphics
surface. As will all the GDI+ rendering hints, there is a trade-off
between rendering quality and speed, from
SingleBitPerPixel to
ClearTypeGridFit.
public enum TextRenderingHint { SystemDefault = 0, SingleBitPerPixelGridFit = 1, SingleBitPerPixel = 2, AntiAliasGridFit = 3, AntiAlias = 4, ClearTypeGridFit = 5 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ TextRenderingHint
System.Drawing.Graphics.TextRenderingHint
System.Drawing.Graphics.TextRenderingHint
Read now
Unlock full access