4 references to AntiAlias
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
1881
/// the <see cref="Graphics"/> is <see cref="TextRenderingHint.
AntiAlias
"/>.
System\Drawing\Printing\PreviewPrintController.cs (1)
95
_graphics.TextRenderingHint = TextRenderingHint.
AntiAlias
;
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
923
textGraphics.TextRenderingHint = TextRenderingHint.
AntiAlias
;
System\Windows\Forms\Rendering\TextRenderer.cs (1)
576
TextRenderingHint.AntiAliasGridFit or TextRenderingHint.
AntiAlias
=> FONT_QUALITY.ANTIALIASED_QUALITY,