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.2.419.0 (24.2.419.0)
Syntax public virtual bool Outline { get; }
Public Overridable ReadOnly Property Outline As Boolean
Get
public:
virtual property bool Outline {
bool get ();
}
abstract Outline : bool with get
override Outline : bool with get
Return Value
Type:
Booleantrue 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