Package | Description |
---|---|
com.itextpdf.typography.config |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedScriptsConfig
A wrapper class for IFeaturesConfig instances, that gives more control over the features to apply and their order.
|
class |
LatinScriptConfig
An IFeaturesConfig implementation for convenient configuration of Character.UnicodeScript#LATIN script.
|
class |
StandardScriptConfig
An IFeaturesConfig implementation for convenient configuration of any standard script.
|
Modifier and Type | Method and Description |
---|---|
IFeaturesConfig |
TypographyConfigurator.getFeatureConfig(Character.UnicodeScript script)
Finds IFeaturesConfig that was already set for the given script.
|
Modifier and Type | Method and Description |
---|---|
TypographyConfigurator |
TypographyConfigurator.addFeatureConfig(IFeaturesConfig featureConfig)
Adds IFeaturesConfig instance into consideration for text processing.
|
Constructor and Description |
---|
AdvancedScriptsConfig(IFeaturesConfig featureConfig)
Wraps around the given IFeaturesConfig .
|
Copyright © 1998–2022 iText Group NV. All rights reserved.