Click or drag to resize

GraphicsFontOutline Property

Gets a value that indicates whether this font has an outline around its characters.

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 Outline { get; }

Return Value

Type: Boolean
true if this font has an outline around its characters; otherwise, false.
Remarks
A font with an outline around its characters generally stands out against the background better than the same font without an outline. When a font is applied to a TextBatchPrimitive, the character color and the outline color can be different. Use TextBatchPrimitive.OutlineColor to set the outline color.
See Also