STK Graphics PrimitivesSend comments on this topic.
Outline Property (IAgStkGraphicsGraphicsFont)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Outline() As Boolean
[C#]
public bool Outline {get;}
[Managed C++]
public: __property bool get_Outline();
[Unmanaged C++]
public: HRESULT get_Outline(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getOutline();
[Python - STK API ]
@property
def Outline(self) -> bool:

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 Text Batch Primitive, the character color and the outline color can be different. Use TextBatchPrimitive.OutlineColor to set the outline color.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.