[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsvg.text.pp line 137
type TSVGTextLayout = class(TObject) |
public |
constructor Create; |
destructor Destroy; override; |
function Layout(); |
property RunCount: Integer; [r] |
property Runs []: TSVGTextRun; default; [r] |
property DecorationCount: Integer; [r] |
property Decorations []: TSVGTextBand; [r] |
end; |
| | |
TObject |