Table of Contents

TTMSFNCGraphicsSVGEngineState Class

Captures fill, stroke, font, matrix, and opacity state at one level of the SVG rendering stack.

API unit family: TMSFNCGraphicsSVGEngine

Syntax

TTMSFNCGraphicsSVGEngineState = class

Properties

Name Description
FillColor Fill color at this stack level.
FillKind Fill kind (solid, gradient, etc.) at this stack level.
FillOpacity Fill opacity (0–1) at this stack level.
FontColor Font color at this stack level.
FontName Font family name at this stack level.
FontSize Font size in points at this stack level.
FontStyle Font style flags (bold, italic, etc.) at this stack level.
Matrix Current transformation matrix at this stack level.
StrokeColor Stroke color at this stack level.
StrokeKind Stroke kind (solid, none, etc.) at this stack level.
StrokeOpacity Stroke opacity (0–1) at this stack level.
StrokeWidth Stroke width in pixels at this stack level.