<ST_TextFontScalePercent>
(Text Font Scale Percentage)
This type specifies the percentage range text can be scaled to in order to fit.
This simple type's contents are a restriction of the ST_Percentage simple type (§5.1.12.41).
This simple type also specifies the following restrictions:
This simple type has a minimum value of greater than or equal to 1000.
This simple type has a maximum value of less than or equal to 100000.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextFontScalePercent">
<restriction base="ST_Percentage">
<minInclusive value="1000"/>
<maxInclusive value="100000"/>
</restriction>
</simpleType>