LengthAdjust Enum
LengthAdjust enumeration
Specifies how text length adjustments are made in SVG.
public enum LengthAdjust
Values
Name | Value | Description |
---|---|---|
Spacing | 0 | Adjusts the spacing between characters to achieve the desired length. |
SpacingAndGlyphs | 1 | Adjusts 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
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG