core-graphics-rs icon indicating copy to clipboard operation
core-graphics-rs copied to clipboard

DEPRECATED - CoreGraphics bindings for Rust

Results 5 core-graphics-rs issues
Sort by recently updated
recently updated
newest added

This is related to servo/core-text-rs#62 to remove the warnings when building. The offending types for `core-text` are `CGAffineTransform` and `CGContextRef`. Other warnings in the crate should also be cleaned up...

I'm trying to animate a Cocoa nsview via its [layer](https://developer.apple.com/reference/quartzcore/calayer). But with no luck. What would it take to make it work? I'm trying for example to set the opacity...

I've noticed several problems when worked with the code: 1. Some inconsistencies in coding style: the order of `use` statements varies between files (it would be better to use the...

Serialize impl serializes using the name of the font. This obviously won't work for fonts created from data.