Skip to main content

GetSymbol

Description

Gets defined in Symb symbol as a set of vertexes.

Returns True if success.

Returns False if fail.

ValueTypeDescription
SymbWordThe desired symbol
InX, InYDoubleThe coordinates of the Symb
VertBooleanThe symbol has a vertical orientation
BackwardBooleanThe symbol is mirrored in X
UnderscoreBooleanThe symbol is underscored
OverscoreBooleanThe symbol is overscored
PolyTListThe list for the Symb vertexes
OutX, OutYTListThe coordinates of the following Symb symbol

Syntax

function GetSymbol(Symb: Word; InX, InY: Double; Vert, Backward, Underscore, Overscore : Boolean;  Poly: TList;   var OutX, OutY: Double): Boolean;