pdfCalligraph 4.0.0 API
|
Provides a way to configure certain aspects of pdfCalligraph processing, like applying OpenType features to specific scripts inside some layout elements (whole document, paragraph, text chunk etc). More...
Public Member Functions |
|
virtual TypographyConfigurator | AddFeatureConfig (IFeaturesConfig featureConfig) |
Adds IFeaturesConfig instance into consideration for text processing. More... |
|
virtual IFeaturesConfig | GetFeatureConfig (UnicodeScript? script) |
Finds IFeaturesConfig that was already set for the given script. More... |
|
virtual ICollection< UnicodeScript > | GetConfiguredScripts () |
Gets scripts that are affected by this instance of TypographyConfigurator. More... |
|
Provides a way to configure certain aspects of pdfCalligraph processing, like applying OpenType features to specific scripts inside some layout elements (whole document, paragraph, text chunk etc).
|
inlinevirtual |
Adds IFeaturesConfig instance into consideration for text processing.
Adds IFeaturesConfig instance into consideration for text processing.
If two added IFeaturesConfig are associated with the same script, only the one that was added latest is applied for this script. When several scripts are associated with the single IFeaturesConfig , it should rather mean that those scripts are processed in exactly the same manner, rather than they have some mutual features.
featureConfig | a configuration to be applied. |
|
inlinevirtual |
Gets scripts that are affected by this instance of TypographyConfigurator.
|
inlinevirtual |
Finds IFeaturesConfig that was already set for the given script.
script | an iText.Commons.Utils.UnicodeScript? for which corresponding configuration is searched. |