Aspose::Words::Document::get_PunctuationKerning method

Document::get_PunctuationKerning method

Specifies whether kerning applies to both Latin text and punctuation.

bool Aspose::Words::Document::get_PunctuationKerning()

Examples

Shows how to work with kerning applies to both Latin text and punctuation.

auto doc = System::MakeObject<Aspose::Words::Document>(get_MyDir() + u"Document.docx");
ASSERT_TRUE(doc->get_PunctuationKerning());

See Also