7 references to TextRenderingHint
System.Drawing (1)
System.Drawing.cs (1)
164
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.
TextRenderingHint
))]
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
946
textGraphics.TextRenderingHint =
TextRenderingHint
.AntiAlias;
System\Windows\Forms\Rendering\TextRenderer.cs (5)
575
TextRenderingHint
.ClearTypeGridFit => FONT_QUALITY.CLEARTYPE_QUALITY,
576
TextRenderingHint
.AntiAliasGridFit or
TextRenderingHint
.AntiAlias => FONT_QUALITY.ANTIALIASED_QUALITY,
577
TextRenderingHint
.SingleBitPerPixelGridFit => FONT_QUALITY.PROOF_QUALITY,
578
TextRenderingHint
.SingleBitPerPixel => FONT_QUALITY.DRAFT_QUALITY,