We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Primitive structs like: FT_Vector, FT_BBox, FT_Matrix, FT_UnitVector can derive Default trait.
FT_Vector, FT_BBox, FT_Matrix, FT_UnitVector
The text was updated successfully, but these errors were encountered:
That's out of scope of a FFI library in my opinion.
Sorry, something went wrong.
It would help to derive Default for SubGlyphInfo: https://github.com/PistonDevelopers/freetype-rs/blob/945404c9a9d02b660884417521d5d58fb062b7cb/src/glyph_slot.rs#L16
SubGlyphInfo
No branches or pull requests
Primitive structs like:
FT_Vector, FT_BBox, FT_Matrix, FT_UnitVector
can derive Default trait.The text was updated successfully, but these errors were encountered: