[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsvg.style.pp line 199
type TSVGStyleResolver = class(TObject) |
public |
constructor Create; |
destructor Destroy; override; |
procedure LoadDocument(); |
property FontFaceCount: Integer; [r] |
property FontFaces []: TSVGFontFaceRule; [r] |
procedure Unload; |
function ComputeStyle(); |
function ComputeStyleOf(); |
function PaintServerOf(); |
function ServerElementOf(); |
property StyleSheetCount: Integer; [r] |
property LengthContext: TSVGLengthContext; [rw] |
property LinkHistory: ISVGLinkHistory; [rw] |
property Documents: ISVGDocumentResolver; [rw] |
property StyleSheets: ISVGStyleSheetResolver; [rw] |
end; |
| | |
TObject |