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 upClean up core text / core graphics bindings #63
Closed
Comments
|
CTFonts look like Core Foundation objects (they use CFRelease). The rust-core-foundation API objects help manage the lifecycle of these properly. |
|
Where possible, we should mirror bindings after the divisions in native APIs. So, one for CG, CT, CF---with higher-level help in rust-core-foundation. |
|
I created |
|
Followup bug #152 |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Small restructure of image id hash maps.
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Remove use of Matrix4 that is deprecated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of the CG bindings are in rust-cocoa. They should be moved to rust-core-graphics, and rust-cocoa removed from servo. quartz_native_font contains some core text bindings that should be moved to rust-core-text.
They all need high-level bindings that manage destruction properly.