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

Changes to include this library in servo #70

Merged
merged 3 commits into from Dec 3, 2014

Conversation

ankit3005
Copy link
Contributor

We are students from NCSU working on the project https://github.com/servo/servo/wiki/Replace-C-libraries-student-project

We are attempting to replace the rust-freetype library used in servo with freetype-rs.

We did not find support for Truetype fonts in freetype-rs, and have ported some code from rust-freetype.
Let us know if these changes are good enough to be pulled into freetype-rs.

Copied functions and types from rust-freetype into this module.
Moved TT_OS2 struct to foreigh function interface file.
Added a rust equivalent struct - TrueTypeOS2Table with some getters
@bvssvni
Copy link
Member

bvssvni commented Dec 3, 2014

Looks great!

bvssvni added a commit that referenced this pull request Dec 3, 2014
Changes to include this library in servo
@bvssvni bvssvni merged commit 7534964 into PistonDevelopers:master Dec 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants