Record TPartInfo
Unit
Declaration
type TPartInfo = record
Description
Information about a part of text (having same lavel and direction)
Overview
Fields
brokenLineIndex: integer; |
|
startIndex: integer; |
|
endIndex: integer; |
|
bidiLevel: byte; |
|
modified: bytebool; |
|
rectF: TRectF; |
|
posCorrection: TPointF; |
Methods
function IsRightToLeft: boolean; |
Description
Fields
brokenLineIndex: integer; |
|
This item has no description. |
startIndex: integer; |
|
This item has no description. |
endIndex: integer; |
|
This item has no description. |
bidiLevel: byte; |
|
This item has no description. |
modified: bytebool; |
|
This item has no description. |
rectF: TRectF; |
|
This item has no description. |
posCorrection: TPointF; |
|
This item has no description. |
Methods
function IsRightToLeft: boolean; |
|
This item has no description. |