SvgTextLengthAdjust Enum

Definition

Namespace Svg
Assembly Svg.Custom.dll

Indicates the type of adjustments which the user agent shall make to make the rendered length of the text match the value specified on the ‘textLength’ attribute.

[TypeConverter(typeof(SvgTextLengthAdjustConverter))]
public enum SvgTextLengthAdjust

Remarks

The user agent is required to achieve correct start and end positions for the text strings, but the locations of intermediate glyphs are not predictable because user agents might employ advanced algorithms to stretch or compress text strings in order to balance correct start and end positioning with optimal typography.

Note that, for a text string that contains n characters, the adjustments to the advance values often occur only for n−1 characters (see description of attribute ‘textLength’), whereas stretching or compressing of the glyphs will be applied to all n characters.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Fields (2)