Source position: fpsvg.text.pp line 59
type TSVGTextBand = record |
Style: TSVGComputedStyle; |
Font: ISVGFont; |
Lines: TSVGTextDecorations; |
Waiting: Boolean; |
First: Integer; |
Last: Integer; |
Left: Double; |
Right: Double; |
Baseline: Double; |
Turned: Boolean; |
Vertical: Boolean; |
end; |