Changes between Version 13 and Version 14 of MapGuideRfc31


Ignore:
Timestamp:
Sep 14, 2007, 5:30:24 PM (17 years ago)
Author:
vishalbangia
Comment:

Minor Change

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc31

    v13 v14  
    4545
    4646This modification adds the following ''optional'' sub elements to the <Text> schema element -
    47  * <Markup> : this element represents the element whose value denotes 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.
    4848 * <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.
    4949 * <!ObliqueAngle> : denotes the skew or shear angle to be applied to the text.
     
    120120   
    121121    <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, effectively
    123     a multiplier of each character’s advance width.  Values less than 1.0 condense the text, spacing individual characters closer together than normally dictated by
    124     the font, whereas values greater than 1.0 expand the text, spacing characters farther apart.  The outline of individual characters is not altered by this
    125     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>
    126126   
    127127    <xs:element name="ExtendedData1"       type="ExtendedDataType"                    minOccurs="0" />
     
    240240      <Italic>False</Italic>
    241241      <Underlined>False</Underlined>
     242      <Overlined>True</Overlined>
     243      <ObliqueAngle>25</ObliqueAngle>
     244      <TrackSpacing>2.0</TrackSpacing>
    242245      <Height>3</Height>
    243246      <HeightScalable>False</HeightScalable>