Uses of Interface
com.itextpdf.typography.config.IFeaturesConfig
Packages that use IFeaturesConfig
-
Uses of IFeaturesConfig in com.itextpdf.typography.config
Classes in com.itextpdf.typography.config that implement IFeaturesConfigModifier 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.Methods in com.itextpdf.typography.config that return IFeaturesConfigModifier and TypeMethodDescriptionTypographyConfigurator.getFeatureConfig
(Character.UnicodeScript script) FindsIFeaturesConfig
that was already set for the given script.Methods in com.itextpdf.typography.config with parameters of type IFeaturesConfigModifier and TypeMethodDescriptionTypographyConfigurator.addFeatureConfig
(IFeaturesConfig featureConfig) AddsIFeaturesConfig
instance into consideration for text processing.Constructors in com.itextpdf.typography.config with parameters of type IFeaturesConfigModifierConstructorDescriptionAdvancedScriptsConfig
(IFeaturesConfig featureConfig) Wraps around the givenIFeaturesConfig
.