PunctuationKerning

Document.PunctuationKerning property

Harfin hem Latin metinlerine hem de noktalama işaretlerine uygulanıp uygulanmayacağını belirtir.

public bool PunctuationKerning { get; set; }

Örnekler

Hem Latince metinlerde hem de noktalama işaretlerinde harf aralığının nasıl kullanılacağını gösterir.

Document doc = new Document(MyDir + "Document.docx");
Assert.True(doc.PunctuationKerning);

Ayrıca bakınız