Changes between Version 13 and Version 14 of MapGuideRfc31
- Timestamp:
- 09/14/07 17:30:24 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc31
v13 v14 45 45 46 46 This modification adds the following ''optional'' sub elements to the <Text> schema element - 47 * <Markup> : this element represents the element whose valuedenotes the type of rich text markup used, (and consequently what parser to be used,) to render the contents.47 * <Markup> : denotes the type of rich text markup used, (and consequently what parser to be used,) to render the contents. 48 48 * <Overlined> : denotes the text style attribute to create a line that runs on the top of the text. Similar in usage and context to Underline. 49 49 * <!ObliqueAngle> : denotes the skew or shear angle to be applied to the text. … … 120 120 121 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, effectively123 a multiplier of each character’s advance width. Values less than 1.0 condense the text, spacing individual characters closer together than normally dictated by124 the font, whereas values greater than 1.0 expand the text, spacing characters farther apart. The outline of individual characters is not altered by this125 element, only the spacing between them and adjacent characters.</xs:documentation><xs:annotation></xs:element>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 126 127 127 <xs:element name="ExtendedData1" type="ExtendedDataType" minOccurs="0" /> … … 240 240 <Italic>False</Italic> 241 241 <Underlined>False</Underlined> 242 <Overlined>True</Overlined> 243 <ObliqueAngle>25</ObliqueAngle> 244 <TrackSpacing>2.0</TrackSpacing> 242 245 <Height>3</Height> 243 246 <HeightScalable>False</HeightScalable>