fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.43k stars 357 forks source link

Could I Convert the Text as Path #89

Open foreverimprove opened 5 years ago

foreverimprove commented 5 years ago

I want to set the outline style for text, but it looks like I cannot set the path by text. If I can do that, I think the stroke and fill method can work just like the outline and text color.

hardyinalexander commented 4 years ago

hey have you figured it out? i am stuck in a similar problem. thanks

hardyinalexander commented 4 years ago

I found the solution in https://github.com/fogleman/gg/blob/master/examples/meme.go