Package org.apache.fontbox.ttf.model
Interface ScriptFeature
-
- All Known Implementing Classes:
MapBackedScriptFeature
public interface ScriptFeatureModels aFeatureRecord
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanReplaceGlyphs(java.util.List<java.lang.Integer> glyphIds)java.util.Set<java.util.List<java.lang.Integer>>getAllGlyphIdsForSubstitution()java.lang.StringgetName()java.lang.IntegergetReplacementForGlyphs(java.util.List<java.lang.Integer> glyphIds)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getAllGlyphIdsForSubstitution
java.util.Set<java.util.List<java.lang.Integer>> getAllGlyphIdsForSubstitution()
-
canReplaceGlyphs
boolean canReplaceGlyphs(java.util.List<java.lang.Integer> glyphIds)
-
getReplacementForGlyphs
java.lang.Integer getReplacementForGlyphs(java.util.List<java.lang.Integer> glyphIds)
-
-