<useAnsiKerningPairs>
(Use ANSI Kerning Pairs from Fonts)
This element specifies whether applications shall use the ANSI or Unicode kerning pair information from fonts stored in the document when displaying those characters within the document's contents.
Typically, applications shall use the Unicode kerning pair information in order to determine all possible kerning pairs in the fonts in use. This element, when present with a @val
attribute value of true
(or equivalent), specifies that the ANSI kerning information shall be used instead.
If this compatibility setting is turned on:
<w:compat> <w:useAnsiKerningPairs /> </w:compat>
Then the ANSI kerning pairs are used in place of the Unicode kerning pairs, potentially resulting in different line breaks.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of example:
<w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>