LengthAdjust enumeration
LengthAdjust enumeration
Specifies how text length adjustments are made in SVG.
The LengthAdjust type exposes the following members:
Fields
| Field | Description |
|---|---|
| SPACING | Adjusts the spacing between characters to achieve the desired length. |
| SPACING_AND_GLYPHS | 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
- module
aspose.svg.builder