Unit 'BGRASVGShapes' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_bgrabitmap]

ArrayOfTextParts

Declaration

Source position: bgrasvgshapes.pas line 277

type ArrayOfTextParts = array of record

  Level: Integer;

  

  BaseElement: TSVGElement;

  

  Text: string;

  

  SplitPos: Integer;

  

  AbsoluteCoord: TPointF;

  

  PartStartCoord: TPointF;

  

  PartEndCoord: TPointF;

  

  Bounds: TRectF;

  

  PosUnicode: Integer;

  

  InheritedRotation: single;

  

end;



CT Web help

CodeTyphon Studio