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 upTextRun creation must account for text render-ability by FontGroup fonts #177
Labels
Comments
|
The |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Tests for XHR progress
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 8, 2015
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 10, 2015
bors-servo
pushed a commit
that referenced
this issue
Apr 10, 2015
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 10, 2015
bors-servo
pushed a commit
that referenced
this issue
Apr 14, 2015
This improves numerous pages, for example Wikipedia and Ars Technica. Built on #5493. Closes #177. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5607) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Apr 22, 2015
This improves numerous pages, for example Wikipedia and Ars Technica. Built on #5493. Closes #177. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5607) <!-- Reviewable:end -->
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
May 20, 2015
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
May 22, 2015
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
May 22, 2015
bors-servo
pushed a commit
that referenced
this issue
May 22, 2015
This improves numerous pages, for example Wikipedia and Ars Technica. Built on #5493. Closes #177. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5607) <!-- Reviewable:end -->
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
May 23, 2015
bors-servo
pushed a commit
that referenced
this issue
May 23, 2015
This improves numerous pages, for example Wikipedia and Ars Technica. Built on #5493. Closes #177. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5607) <!-- Reviewable:end -->
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If some text in a text run can't be rendered in the first FontGroup font (say, because of language or missing chars), then the next one must be used. This causes a text run split, because of the one Font per TextRun invariant.
The font group is not presently consulted. It should be built for each style context within an inline flow.