System::Drawing::Text::TextRenderingHint 枚举

TextRenderingHint enum

指定文本渲染的质量。

enum class TextRenderingHint

名称描述
SystemDefault0使用系统默认渲染提示的字形。
SingleBitPerPixelGridFit1带提示的字形位图。
SingleBitPerPixel2不带提示的字形位图。
AntiAliasGridFit3带提示的抗锯齿。
AntiAlias4不带提示的字形抗锯齿位图。
ClearTypeGridFit5带提示的 ClearType 字形位图。

另见