LengthAdjust Enum

LengthAdjust enumeration

Specifies how text length adjustments are made in SVG.

public enum LengthAdjust

Values

NameValueDescription
Spacing0Adjusts the spacing between characters to achieve the desired length.
SpacingAndGlyphs1Adjusts 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