TsgTextParse type
Unit
type
PsgTextParse = ^TsgTextParse;
TsgTextParse = packed record
OffsetX: TsgFloat;
OffsetY: TsgFloat;
ParamPI: TsgFloat;
ParamPL: TsgFloat;
ParamPT: TsgFloat;
TextPos: TsgDXFTextPos;
end;
Description
Defines text position.
Note: if TsgTextParse of current TEXT entity is csFraction then in the next TEXT entity TsgTextParse has to be csWord. It will be displayed as denominator of a fraction.
Go to CAD VCL Enterprise