Uses of Class
com.itextpdf.typography.config.StandardScriptConfig
-
Uses of StandardScriptConfig in com.itextpdf.typography.config
Modifier and TypeClassDescriptionclass
AnIFeaturesConfig
implementation for convenient configuration ofCharacter.UnicodeScript.LATIN
script.Modifier and TypeMethodDescriptionStandardScriptConfig.appendCustomFeature
(String feature) Adds a custom feature to the end of the list of features that are to be applied.StandardScriptConfig.prependCustomFeature
(String feature) Adds a custom feature to the beginning of the list of features that are to be applied.StandardScriptConfig.removeCustomFeature
(String feature) Removes custom feature added to the features list viaappendCustomFeature(String)
orprependCustomFeature(String)
.StandardScriptConfig.setCharacterCompositionDecompositionSubstitution
(boolean enabled) Enables or disables characters composition/decomposition substitution.StandardScriptConfig.setDistancesAdjustment
(boolean enabled) Enables or disables distance adjustment.StandardScriptConfig.setKerningFeature
(boolean enabled) Enables or disables pair kerning.StandardScriptConfig.setLigaturesApplying
(boolean enabled) Enables or disables standard ligatures substitution.StandardScriptConfig.setMarkToBasePositioning
(boolean enabled) Enables or disables mark to base positioning.StandardScriptConfig.setMarkToMarkPositioning
(boolean enabled) Enables or disables mark to mark positioning.