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 upReplace uses of FontCache with FontContext #175
Closed
Comments
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Fix two bugs in linear gradient rendering.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fact that a cache of
Fontinstances is used should not be exposed to callers who need to get an instance for a particularFontDescriptor. Instead, they should ask the font context for this, which may use some cache internally.