LengthAdjust enumeration

LengthAdjust enumeration

Specifies how text length adjustments are made in SVG.

The LengthAdjust type exposes the following members:

Fields

FieldDescription
SPACINGAdjusts the spacing between characters to achieve the desired length.
SPACING_AND_GLYPHSAdjusts both the spacing and the size of the glyphs to achieve the desired length.

Remarks

The ’lengthAdjust’ attribute in SVG text elements controls how text scaling is applied when the text must fit into a specified length.

See Also