pathfinder/font-renderer
Patrick Walton c36896e337 Implement path stroking using the FreeType stroker.
I'm not too happy with this, as I discovered a segfault in FreeType that doesn't give me confidence
in this as a solution for the long term. Additionally, this exposes the problems in the partitioner
with lack of winding fill rule, proper handling of self-intersections, and splitting of paths at
their extrema. (I believe these problems should be fairly straightforward to handle, but we just
don't handle them yet.)
2017-09-08 16:50:27 -07:00
..
src Implement path stroking using the FreeType stroker. 2017-09-08 16:50:27 -07:00
Cargo.toml Partially refactor the path APIs to be streaming, like Lyon 2017-09-08 13:09:00 -07:00