Package org.apache.fontbox.ttf.gsub
Interface GlyphArraySplitter
-
- All Known Implementing Classes:
GlyphArraySplitterRegexImpl
public interface GlyphArraySplitterThis class splits an array of GlyphIds with a prospective match.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.util.List<java.lang.Integer>>split(java.util.List<java.lang.Integer> glyphIds)
-