Property OpenTypeKerning
OpenTypeKerning
Gets where a run's pair kerning (w:kern) comes from. True when the document
declares compatibility mode 15 (Word 2013) or later: the face's OpenType GPOS
kern feature, through the language system of the run's script, and the legacy
kern table only for a face whose GPOS has no such feature. False for mode 14 and
earlier and for a document that declares no mode, which Word opens as Word 2007: the
legacy kern table alone, so a face that kerns only in GPOS (Carlito) is not
kerned. Measured as WQ-0049 across modes 12, 14, 15 and absent on Word's own exports of
.docx files differing in that one element and nothing else, on four faces whose two
tables disagree or where only one exists; an OpenType feature on the run
(w14:ligatures) changes nothing in any mode. Read from the declared mode, not the
clamped one, like CompressesJustifiedSpaces.
public bool OpenTypeKerning { get; }