New issue
Advanced search Search tips

Issue 738643 link

Starred by 4 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug
Team-Accessibility

Blocking:
issue 607777
issue 514494
issue skia:5434



Sign in to add a comment

Blink text layout should attach original text to SkTextBlobs

Project Member Reported by halcanary@google.com, Jul 1 2017

Issue description

Comment 1 by kochi@chromium.org, Jul 3 2017

Components: -Blink Blink>Layout
Components: Blink>Accessibility
Fixing this bug should improve the accessibility of the resulting PDF too!

Project Member

Comment 3 by sheriffbot@chromium.org, Jul 11 2017

Labels: Hotlist-Google
Labels: triage-aaron
Labels: -triage-aaron triage-dominic
Labels: -triage-dominic
Labels: -Pri-3 Pri-2
Blocking: 607777
I'm implementing an application to Generate PDF using Chromium Embedded Framework and encountered this problem.

I'm looking into the chromium's source code, and thought `third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBloberizer.cpp` and `cc/paint/paint_text_blob_builder.cc` should be modified to call the new APIs of Skia. 

But I can't figure out where can I get actual texts sequence for the new APIs.

Sign in to add a comment