Uses of Interface
com.itextpdf.typography.config.IFeaturesConfig
-
Uses of IFeaturesConfig in com.itextpdf.typography.config
Modifier and TypeClassDescriptionclass
A wrapper class forIFeaturesConfig
instances, that gives more control over the features to apply and their order.class
AnIFeaturesConfig
implementation for convenient configuration ofCharacter.UnicodeScript.LATIN
script.class
AnIFeaturesConfig
implementation for convenient configuration of any standard script.Modifier and TypeMethodDescriptionTypographyConfigurator.getFeatureConfig
(Character.UnicodeScript script) FindsIFeaturesConfig
that was already set for the given script.Modifier and TypeMethodDescriptionTypographyConfigurator.addFeatureConfig
(IFeaturesConfig featureConfig) AddsIFeaturesConfig
instance into consideration for text processing.ModifierConstructorDescriptionAdvancedScriptsConfig
(IFeaturesConfig featureConfig) Wraps around the givenIFeaturesConfig
.