| 98 | |
| 99 | <xs:element name="Overlined" type="xs:string" default="false" minOccurs="0" > |
| 100 | <xs:annotation><xs:documentation>Specifies if the text should be overlined. This must evaluate to True or False</xs:documentation><xs:annotation></xs:element> |
| 101 | |
| 102 | <xs:element name="ObliqueAngle" type=”xs:string” default="0.0" minOccurs="0" > |
| 103 | <xs:annotation><xs:documentation>A numeric value between -85.0 and 85.0 representing the angle in degrees forward (for positive) or backwards (for negative) |
| 104 | that the text should be obliqued (a la shear or skew transform.)</xs:documentation><xs:annotation></xs:element> |
| 105 | |
| 106 | <xs:element name="TrackSpacing" type=”xs:string” default="1.0" minOccurs="0" > |
| 107 | <xs:annotation><xs:documentation>A numeric value between 0.75 and 10.0, representing the text “tracking” factor to apply to inter-character spacing, |
| 108 | effectively a multiplier of each character’s advance width. Values less than 1.0 condense the text, spacing individual characters closer together than normally |
| 109 | dictated by the font, whereas values greater than 1.0 expand the text, spacing characters farther apart. The outline of individual characters is not altered by |
| 110 | this element, only the spacing between them and adjacent characters.</xs:documentation><xs:annotation></xs:element> |
| 111 | |
114 | | <xs:element name="Overlined" type="xs:string" default="false" minOccurs="0" > |
115 | | <xs:annotation><xs:documentation>Specifies if the text should be overlined. This must evaluate to True or False</xs:documentation><xs:annotation></xs:element> |
116 | | |
117 | | <xs:element name="ObliqueAngle" type=”xs:string” default="0.0" minOccurs="0" > |
118 | | <xs:annotation><xs:documentation>A numeric value between -85.0 and 85.0 representing the angle in degrees forward (for positive) or backwards (for negative) |
119 | | that the text should be obliqued (a la shear or skew transform.)</xs:documentation><xs:annotation></xs:element> |
120 | | |
121 | | <xs:element name="TrackSpacing" type=”xs:string” default="1.0" minOccurs="0" > |
122 | | <xs:annotation><xs:documentation>A numeric value between 0.75 and 10.0, representing the text “tracking” factor to apply to inter-character spacing, |
123 | | effectively a multiplier of each character’s advance width. Values less than 1.0 condense the text, spacing individual characters closer together than normally |
124 | | dictated by the font, whereas values greater than 1.0 expand the text, spacing characters farther apart. The outline of individual characters is not altered by |
125 | | this element, only the spacing between them and adjacent characters.</xs:documentation><xs:annotation></xs:element> |
126 | | |
| 128 | |