Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123772

Wrapped line for complex text not rendering [Mac]

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • None

      Wrapped line for complex text not rendering [Mac]

      CTGlyphLayout generates the glyphs in addTextRun() which is part of the break runs phase.

      The problem happens when a run with complex text is divided by the wrapping line. Due to contextual shaping the previously glyphs are discarded and new one are requested.

      Since CTGlyphLayout#layout() is empty, the requested glyphs are not generate.

            fheidric Felipe Heidrich (Inactive)
            fheidric Felipe Heidrich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: