Unit BGRASVGType
Functions and Procedures
Variables
Description
Base type definitions and implementation for SVG
Uses
Overview
Classes, Interfaces, Objects and Records
Types
Constants
Description
Types
ArrayOfFloat = array of single; |
This item has no description. |
ArrayOfString = array of string; |
This item has no description. |
ArrayOfTStyleAttribute = array of TStyleAttribute; |
This item has no description. |
TFindStyleState = (...); |
This item has no description. Values
-
fssNotSearched
-
fssNotFound
-
fssFound
|
TIterateElementCallback = procedure(AElement: TSVGElement; AData: pointer; var ARecursive: boolean) of object; |
This item has no description. |
TSVGColorInterpolation = (...); |
This item has no description. Values
|
TSVGElementDictionary = specialize TFPGMap<string,TSVGElement>; |
This item has no description. |
TSVGElementList = specialize TFPGList<TSVGElement>; |
This item has no description. |
TSVGFactory = class of TSVGElement; |
This item has no description. |
TSVGFillMode = (...); |
This item has no description. Values
-
sfmEvenOdd = Ord(fmAlternate)
-
sfmNonZero = Ord(fmWinding)
|
TSVGImageRendering = (...); |
This item has no description. Values
-
sirAuto
-
sirSmooth
-
sirHighQuality
-
sirCrispEdges
-
sirPixelated
|
TSVGLengthAdjust = (...); |
This item has no description. Values
-
slaSpacing
-
slaSpacingAndGlyphs
|
TSVGLinkEvent = procedure(Sender: TObject; AElement: TSVGElement; ALink: boolean) of object; |
This item has no description. |
TSVGMarkerUnits = (...); |
This item has no description. Values
-
smuStrokeWidth
-
smuUserSpaceOnUse
|
TSVGObjectUnits = (...); |
This item has no description. Values
-
souUserSpaceOnUse
-
souObjectBoundingBox
|
TSVGOrientAuto = (...); |
This item has no description. Values
-
soaNone
-
soaAuto
-
soaAutoReverse
|
TSVGPaintOrder = (...); |
This item has no description. Values
-
spoFillStrokeMarkers
-
-
spoStrokeFillMarkers
-
spoStrokeMarkersFill
-
spoMarkersFillStroke
-
|
TSVGRecomputeEvent = procedure(Sender: TObject) of object; |
This item has no description. |
TSVGRenderingIntent = (...); |
This item has no description. Values
-
sriAuto
-
sriPerceptual
-
sriRelativeColorimetric
-
sriSaturation
-
sriAbsoluteColorimetric
|
TSVGSpreadMethod = (...); |
This item has no description. Values
-
ssmPad
-
ssmReflect
-
ssmRepeat
|
TSVGTextAnchor = (...); |
This item has no description. Values
-
staStart
-
staMiddle
-
staEnd
|
TSVGTextDirection = (...); |
This item has no description. Values
|
TSVGTextPathMethod = (...); |
This item has no description. Values
|
TSVGTextPathSpacing = (...); |
This item has no description. Values
|
Constants
rsInvalidIndex = 'Invalid index'; |
This item has no description. |