Package org.apache.fontbox.ttf.model
Interface GsubData
- All Known Implementing Classes:
MapBackedGsubData
public interface GsubData
Model for data from the GSUB tables
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GsubDataTo be used when there is no GSUB data available -
Method Summary
Modifier and TypeMethodDescriptionALanguagecan have more than one script that is supported.getFeature(String featureName) booleanisFeatureSupported(String featureName)
-
Field Details
-
NO_DATA_FOUND
To be used when there is no GSUB data available
-
-
Method Details
-
getLanguage
Language getLanguage() -
getActiveScriptName
String getActiveScriptName()ALanguagecan have more than one script that is supported. However, at any given point, only one of the many scripts are active.- Returns:
- The name of the script that is active.
-
isFeatureSupported
-
getFeature
-
getSupportedFeatures
-