Class GsubLookupType4


  • public class GsubLookupType4
    extends OpenTableLookup
    LookupType 4: Ligature Substitution Subtable
    • Field Detail

      • ligatures

        private java.util.Map<java.lang.Integer,​java.util.List<int[]>> ligatures
        The key is the first character. The first element in the int array is the output ligature
    • Constructor Detail

      • GsubLookupType4

        public GsubLookupType4​(OpenTypeFontTableReader openReader,
                               int lookupFlag,
                               int[] subTableLocations)
                        throws java.io.IOException
        Throws:
        java.io.IOException