public interface IFeaturesConfig
Modifier and Type | Method and Description |
---|---|
Set<Character.UnicodeScript> |
getScripts()
Gets scripts that are affected by this instance of IFeaturesConfig .
|
List<String> |
listFeatures()
Enlists OpenType features that are applied in given order to the scripts defined by getScripts() .
|
Set<Character.UnicodeScript> getScripts()
IFeaturesConfig
.
Set
of scripts which processing is defined by this IFeaturesConfig
.
List<String> listFeatures()
getScripts()
.
List
of OpenType features tags to be applied.
Copyright © 1998–2022 iText Group NV. All rights reserved.