Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-5648

Support GSUB LookupType 2 (Multiple Substitution Format 1), part 2

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.0.0
    • 4.0.0
    • FontBox

    Description

      This table is the reverse of ligatures, i.e. replace one glyph with several glyphs. I don't know if this is useful at all for us, except understanding the current implementation.

      This will be implemented in two steps. The first step has been done in PDFBOX-5603 which is reading these tables. This is the second step, actually doing anything with it.

      MapBackedGsubData has a Map<List<Integer>, Integer> which is not useful here. Either we'd have to introduce a second map, or extend the map so that the value is also a list.

      Attachments

        Issue Links

          Activity

            People

              tilman Tilman Hausherr
              tilman Tilman Hausherr
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: