20.1.10.40 ST_Percentage
This simple type specifies that its contents will contain a percentage value. See the union’s member types for details.
This simple type is a union of the following types:
- The ST_Percentage simple type (22.9.2.9).
[Note: The W3C XML Schema definition of this simple type’s content model (ST_Percentage) is located in A.4.1. end note]
This simple type specifies a font pitch.
[Note: Although the type name is ST_PitchFamily, the integer value of this attribute specifies the font family with the higher 4 bits and the font pitch with the lower 4 bits. end note]
This simple type’s contents are a restriction of the W3C XML Schema byte datatype.
This simple type is restricted to the values
listed in the following table:
Value
Description
0x00
DEFAULT PITCH + UNKNOWN FONT FAMILY
0x01
FIXED PITCH + UNKNOWN FONT FAMILY
0x02
VARIABLE PITCH + UNKNOWN FONT FAMILY
0x10
DEFAULT PITCH + ROMAN FONT FAMILY
0x11
FIXED PITCH + ROMAN FONT FAMILY
0x12
VARIABLE PITCH + ROMAN FONT FAMILY
0x20
DEFAULT PITCH + SWISS FONT FAMILY
0x21
FIXED PITCH + SWISS FONT FAMILY
0x22
VARIABLE PITCH + SWISS FONT FAMILY
Value
Description
0x30
DEFAULT PITCH + MODERN FONT FAMILY
0x31
FIXED PITCH + MODERN FONT FAMILY
0x32
VARIABLE PITCH + MODERN FONT FAMILY
0x40
DEFAULT PITCH + SCRIPT FONT FAMILY
0x41
FIXED PITCH + SCRIPT FONT FAMILY
0x42
VARIABLE PITCH + SCRIPT FONT FAMILY
0x50
DEFAULT PITCH + DECORATIVE FONT FAMILY
0x51
FIXED PITCH + DECORATIVE FONT FAMILY
0x52
VARIABLE PITCH + DECORATIVE FONT FAMILY
[Note: The W3C XML Schema definition of this simple type’s content model (ST_PitchFamily) is located in A.3. end note]