ungerik / go-cairo

Go binding for the cairo graphics library
Other
146 stars 33 forks source link

Adding NewEPSSurface function #29

Closed pebbe closed 8 months ago

pebbe commented 8 months ago

This is like NewPSSurface, but with an added call to C.cairo_ps_surface_set_eps

EPS is optimized for importing PS as an image into another document.

pebbe commented 8 months ago

This didn't go as expected.

I forked the repo. I did commit for the NewEPSSurface function, and then I did a pull request.

Later I started on implementing FreeType, did a commit, but I didn't know this would be added to the pull request. The FreeType thing is working, but I am unsure about the naming I used. Also, I still wanted to add some documentation.