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 TypeClassDescriptionclassA wrapper class forIFeaturesConfiginstances, that gives more control over the features to apply and their order.classAnIFeaturesConfigimplementation for convenient configuration ofCharacter.UnicodeScript.LATINscript.classAnIFeaturesConfigimplementation for convenient configuration of any standard script.Methods in com.itextpdf.typography.config that return IFeaturesConfigModifier and TypeMethodDescriptionTypographyConfigurator.getFeatureConfig(Character.UnicodeScript script) FindsIFeaturesConfigthat was already set for the given script.Methods in com.itextpdf.typography.config with parameters of type IFeaturesConfigModifier and TypeMethodDescriptionTypographyConfigurator.addFeatureConfig(IFeaturesConfig featureConfig) AddsIFeaturesConfiginstance into consideration for text processing.Constructors in com.itextpdf.typography.config with parameters of type IFeaturesConfigModifierConstructorDescriptionAdvancedScriptsConfig(IFeaturesConfig featureConfig) Wraps around the givenIFeaturesConfig.