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

Wrap CGFont in NativeFontHandle #15615

Closed

Conversation

@jbg
Copy link

jbg commented Feb 17, 2017

Pull request servo/webrender#896 makes NativeFontHandle a wrapper type (a newtype struct). This pull request wraps the cached CGFont in this newtype struct before passing it to webrender.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #15607
  • These changes do not require tests because existing tests cover the functionality changed

This change is Reviewable

@highfive
Copy link

highfive commented Feb 17, 2017

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @KiChjang (or someone else) soon.

@highfive
Copy link

highfive commented Feb 17, 2017

warning Warning warning

  • These commits modify gfx code, but no tests are modified. Please consider adding a test!
@KiChjang
Copy link
Member

KiChjang commented Feb 18, 2017

You'll also need to update webrender to the version where it contains servo/webrender#896.

@bors-servo
Copy link
Contributor

bors-servo commented Feb 27, 2017

The latest upstream changes (presumably #15749) made this pull request unmergeable. Please resolve the merge conflicts.

@nox nox assigned nox and unassigned KiChjang Mar 3, 2017
@nox
Copy link
Member

nox commented Apr 5, 2017

Closing for inactivity.

@nox nox closed this Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

6 participants
You can’t perform that action at this time.