Table of Contents

Property OpenTypeKerning

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

OpenTypeKerning

Gets a value indicating where the run's pair kerning comes from when EnableKerning is set. true: the face's OpenType GPOS kern feature, through the language system the run's script selects, with the legacy kern table used only for a face whose GPOS has no such feature — the rule Word applies to a document in compatibility mode 15 (Word 2013 and later). false: the legacy kern table alone, and a face that kerns only in GPOS is not kerned — Word's rule for every earlier mode and for a document that declares no mode (WORDQUIRKS.md WQ-0049). Layout sets it from the document's declared mode; the constructors without the parameter default to true.

public bool OpenTypeKerning { get; }

Property Value

bool