TsgShxFont.GetSymbol
Gets defined in Symb symbol as a set of TsgSHXVertex.
function GetSymbol(Symb: Word; InX, InY: Double; Vert, Backward, Underscore, Overscore : Boolean; Poly: TList; var OutX, OutY: Double): Boolean;
Symb – desired symbol
InX, InY – coordinates of the Symb
Vert, Backward, Underscore, Overscore – format properties of the Symb:
Value |
Meaning |
Vert |
symbol has a vertical orientation |
Backward |
symbol is mirrored in X |
Underscore |
symbol is underscored |
Overscore |
symbol is overscored |
Poly – list for Symb vertexes
OutX, OutY – coordinates of the following after Symb symbol
Description
Gets defined in Symb symbol as a set of vertexes.
Returns True if success.
Returns False if fail.
Go to CAD VCL Enterprise