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 upStore and use font sizes per-Font instance #97
Closed
Labels
Comments
|
I guess this is a subset of #82. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Consolidate and expand document.body tests.
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Support native fonts again post-e10s.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current font size is hardcoded throughout shaping and drawing code. The ratio of points (or AppUnits) to ems should be stored in the Font instance, and used when supplying sizes to native libraries.