Set the text outline options for 2D Graphics window (Deprecated Command)
Graphics <ScenarioPath> TextOutline {TextOptions}
Note: This command was deprecated in STK 9.1 it should no longer be used. This command has been replaced by the MapGraphics Fonts command.
The Graphics TextOutline command allows a user to set an outline around text characters that appear in the 2D Graphics window.
This table describes the {TextOptions}.
{TextOptions} | Description |
---|---|
Style {Thin | Thick | None} | Set the style of the text outline. |
Color <redValue> <greenValue> <blueValue> | Set the color of the outline. Values are between 0 and 255, where 0 0 0 is black and 255 255 255 is white. |
Set the text outline to a thin, red line:
Graphics * TextOutline Style Thin Color 255 0 0
If activated, Connect returns an acknowledgement message.
This command belongs to the following group(s):
9.1
STK Programming Interface 11.0.1