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)
946textGraphics.TextRenderingHint = TextRenderingHint.AntiAlias;
System\Windows\Forms\Rendering\TextRenderer.cs (5)
575TextRenderingHint.ClearTypeGridFit => FONT_QUALITY.CLEARTYPE_QUALITY, 576TextRenderingHint.AntiAliasGridFit or TextRenderingHint.AntiAlias => FONT_QUALITY.ANTIALIASED_QUALITY, 577TextRenderingHint.SingleBitPerPixelGridFit => FONT_QUALITY.PROOF_QUALITY, 578TextRenderingHint.SingleBitPerPixel => FONT_QUALITY.DRAFT_QUALITY,