Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPerform better line-breaking that accounts for complex text #230
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
…content-0 Updated relative path to reference files in common/, images/
|
@mbrubeck: This should be fixed after the switch to |
|
Yes. Closed by #10913. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gecko has a decent implementation in
nsLineBreaker. Linebreaking information is stored directly in glyph storage when text run is created.We should probably use a pluggable line-breaking/space-providing system, to reduce coupling or take advantage of system versions.