Defines a character chunk, which represents one character in a text chunk. It includes all information to position and format the character
Namespace: FMX.RS.SVG.Text
Delphi
|
type
TSVGCharChunk = record
end;
|
|
Name
|
Description
|
|
DX
|
Represents field DX.
|
|
DY
|
Represents field DY.
|
|
Element
|
Represents field Element.
|
|
IsClipped
|
Represents field IsClipped.
|
|
Rotate
|
Represents field Rotate.
|
|
X
|
Represents field X.
|
|
XIsSpecified
|
Represents field XIsSpecified.
|
|
Y
|
Represents field Y.
|
|
YIsSpecified
|
Represents field YIsSpecified.
|
Top
|