TsgTextParse
Unit: DXFConv
Description
TsgTextParse
defines text position.
If TsgTextParse
of the 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.
Syntax
type
PsgTextParse = ^TsgTextParse;
TsgTextParse = packed record
OffsetX: TsgFloat;
OffsetY: TsgFloat;
ParamPI: TsgFloat;
ParamPL: TsgFloat;
ParamPT: TsgFloat;
TextPos: TsgDXFTextPos;
end;