Aspose::Words::Document::get_PunctuationKerning метод
Document::get_PunctuationKerning method
Указывает, применяется ли кернинг к латинскому тексту и пунктуации.
bool Aspose::Words::Document::get_PunctuationKerning()
Примеры
Показывает, как работать с кернингом, применяемым как к латинскому тексту, так и к пунктуации.
auto doc = System::MakeObject<Aspose::Words::Document>(get_MyDir() + u"Document.docx");
ASSERT_TRUE(doc->get_PunctuationKerning());
См. также
- Class Document
- Namespace Aspose::Words
- Library Aspose.Words for C++