Source position: fpsvg.text.pp line 43
type TSVGTextRun = record
Element: TSVGElement;
Font: ISVGFont;
Style: TSVGComputedStyle;
Glyphs: TSVGGlyphArray;
Left: Double;
Right: Double;
Baseline: Double;
Turned: Boolean;
end;