Uploaded image for project: 'FOP'
  1. FOP
  2. FOP-2638

FOText.getScript() may prevent gsub/gpos application

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.5
    • None
    • None
    • Operating System: All
      Platform: All

    Description

      In GlyphMapping.processWordMapping the script of the text is retrieved using String script = text.getScript().

      If the script returned is not listed in the Font then then gsub/gpos features will be ignored even if applicable.

      Example:

      The font EmojiOne is a font for Emoji and contains a Ligatures table for latn script. Thsi is what happen when FOText.getScript is called:

      • ๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ (Only emoji) -> script = 'zyyy'
      • test๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ (Latin + Emoji) -> script = 'auto'
      • ๅ…ˆ็งฆๅ…ฉๆผข๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ (Chinese + Emoji) -> script = 'auto'

      In all these cases ApacheFOP is not able to apply the ligature table.

      Acceptance Criteria

      Ensure ApacheFOP reads the gsub/gpos table even if the script recognized for the text differs from the one defined in the font.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rondelli Simone Rondelli
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: