<ST_Hint>
(Font Type Hint)
Specifies the font type which shall be used to format any ambiguous characters in the current run.
<w:pPr> <w:rPr> <w:rFonts w:hint="eastAsia" /> </w:rPr> </w:pPr>
The @hint
attribute specifies that the run shall use the eastAsia
font (theme or not, whichever is in use for East Asian text) as applied for this run. ]
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies that the font hint for this text run shall be to use the Complex Script font defined on the run via the style hierarchy. |
|
Specifies that the font hint for this text run shall be to use the High ANSI font defined on the run via the style hierarchy. |
|
Specifies that the font hint for this text run shall be to use the East Asian font defined on the run via the style hierarchy. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Hint">
<restriction base="xsd:string">
<enumeration value="default"/>
<enumeration value="eastAsia"/>
<enumeration value="cs"/>
</restriction>
</simpleType>