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 upAttach fallback font #410
Closed
Attach fallback font #410
Labels
Comments
|
It should be possible to obtain a font "of last resort" from the platform font library API. If you search Gecko for "last resort" you can find some ways to accomplish this. Attaching a font file may be useful for tests, but I wouldn't do so pre-emptively. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Don't deinit textures each frame. The calls to `glTexImage2D()` cause driver stalls on Mac. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/410) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refer to:
#194
Do we need to add a kind of protection from lack of usable font?
I just eliminated JosefinSans from servo.
d7f4834