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

Display items need a sendable reference to a particular font #81

Closed
burg opened this issue Sep 18, 2012 · 1 comment
Closed

Display items need a sendable reference to a particular font #81

burg opened this issue Sep 18, 2012 · 1 comment

Comments

@burg
Copy link

@burg burg commented Sep 18, 2012

We need a way to refer to specific fonts when they are mentioned in DisplayItems.

We can't send Fonts between tasks; the layout task and render task need their own FontCaches. So, some sort of normalized naming scheme might be in order.

(The other option is to do all font caching/rendering in a separate task and pass around cookies, but I can't see how this will ever perform well enough if FreeType and CoreText are not thread-safe or parallelizable)

@burg
Copy link
Author

@burg burg commented Oct 9, 2012

Moved to Issue #99

@burg burg closed this Oct 9, 2012
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Don't require ssh access to github to get submodules
glennw added 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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.