Record TParagraphInfo
Unit
Declaration
type TParagraphInfo = record
Description
Information about a paragraph
Overview
Fields
alignment: TBidiTextAlignment; |
|
layoutComputed: boolean; |
|
overflow: boolean; |
|
rectF: TRectF; |
|
firstBrokenLineIndex: integer; |
|
firstPartIndex: integer; |
|
brokenLines: array of TBrokenLineInfo; |
|
brokenLineCount: integer; |
Description
Fields
alignment: TBidiTextAlignment; |
|
This item has no description. |
layoutComputed: boolean; |
|
This item has no description. |
overflow: boolean; |
|
This item has no description. |
rectF: TRectF; |
|
This item has no description. |
firstBrokenLineIndex: integer; |
|
This item has no description. |
firstPartIndex: integer; |
|
This item has no description. |
brokenLines: array of TBrokenLineInfo; |
|
This item has no description. |
brokenLineCount: integer; |
|
This item has no description. |