Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform better line-breaking that accounts for complex text #230

Closed
burg opened this issue Nov 21, 2012 · 2 comments
Closed

Perform better line-breaking that accounts for complex text #230

burg opened this issue Nov 21, 2012 · 2 comments

Comments

@burg
Copy link

@burg burg commented Nov 21, 2012

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.

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/
@emilio
Copy link
Member

@emilio emilio commented May 1, 2016

@mbrubeck: This should be fixed after the switch to xi-unicode, right?

@mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented May 1, 2016

Yes. Closed by #10913.

@mbrubeck mbrubeck closed this May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.