Class StandardScriptConfig

java.lang.Object
com.itextpdf.typography.config.StandardScriptConfig
All Implemented Interfaces:
IFeaturesConfig
Direct Known Subclasses:
LatinScriptConfig

public class StandardScriptConfig extends Object implements IFeaturesConfig
An IFeaturesConfig implementation for convenient configuration of any standard script.

Standard Script - any non-complex script; any script that does not require re-ordering or contextual analysis in the shaping process. According to Open Font File specification such scripts are Character.UnicodeScript.ARMENIAN, Character.UnicodeScript.CYRILLIC, Character.UnicodeScript.GEORGIAN, Character.UnicodeScript.GREEK, Character.UnicodeScript.LATIN, Character.UnicodeScript.RUNIC, Character.UnicodeScript.OGHAM.

See also STANDARD_SCRIPTS set.

See Also: