Click or drag to resize

GraphicsFontAntialias Property

Gets a value that indicates whether this font is antialiased.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool Antialias { get; }

Return Value

Type: Boolean
true if this font is antialiased; otherwise, false.
See Also