Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

From version 15.1.0 upwards the word channel supports the usage of OpenType features of fonts. Such OpenType Features include the proportional or tabular number spacing.

Enable OpenType Features support of the word channel

In the word channel options add the option:

"pdf.useOpenTypeFeatures": true

This will enable the usage of an external shaper (learn more: https://docs.aspose.com/words/java/enable-opentype-features/ )

The external shaper is required to parse all font files which is expensive, as caching is not yet implemented!

See OpenType Features of a font

To find out what features are available for your font, upload your font to https://fontdrop.info/ and compare its output with the documentation of the OpenType Features.

It is not guaranteed that all OpenType Features are supported by the word channel

Apply a feature: Word Template

An example on how to enable the proportional number spacing feature in the word template:

  1. Open your template and mark the corresponding locations

  2. Click on the advanced font settings

  3. Under the tab Advanced enable switch the Number Spacing option to Tabluar

  • No labels