V-Text-Spacing Attribute

Internet Development Index

Defines the amount of spacing for text. Read/write VgNumber.

Applies To

TextPath

Tag Syntax

<v: element style="v-text-spacing:expression">

Script Syntax

element.style.v-text-spacing="expression"

expression=element.style.v-text-spacing

Remarks

The default value is 100. See the V-Text-Spacing-Mode attribute for more information about text spacing.

VML Standard Attribute

Example

The letterspacing between each letter is tightened by 200 units.

   <v:line from="50 100" to="400 100">
   <v:fill on="True" color="red"/>
   <v:path textpathok="True"/>
   <v:textpath on="True" string="VML Text"
   style="v-text-spacing:200;v-text-spacing-mode:tightening;font:normal normal normal 36pt Arial"/>
   </v:line>