TsgTextParse type

  Classes Reference > CAD Database structure > Types >

TsgTextParse type

Previous pageReturn to chapter overviewNext page

Unit

DXFConv

 

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