Interface ScriptFeature

All Known Implementing Classes:
MapBackedScriptFeature

public interface ScriptFeature
Models a FeatureRecord
  • Method Details

    • getName

      String getName()
    • getAllGlyphIdsForSubstitution

      Set<List<Integer>> getAllGlyphIdsForSubstitution()
    • canReplaceGlyphs

      boolean canReplaceGlyphs(List<Integer> glyphIds)
    • getReplacementForGlyphs

      Integer getReplacementForGlyphs(List<Integer> glyphIds)