gg
gg copied to clipboard
Go Graphics - 2D rendering in Go with a simple API.
Can I use several fonts to draw string in different language?
Hello! I was wondering why there's no current way (that I know of) of drawing images in float coordinates since DrawImage and DrawImageAnchored both take ints for the X and...
I'm using the `DrawImage` method, but i can't specify the size i want for the image, since there's no parameter for that. Is it possible to do? otherwise, would be...
How to load svg file to draw image?
Hi, I have installed gg code. The installation went well but, there was one problem in file cmap.go. it complains that it can't import the golang.org/x/text/encoding/charmap package. Then, i have...
Hello everyone! I have a very basic question. When I use RotateAbout(rad, x, y) to one object all objects start to rotate around x, y point. How to use RotateAbout...
Is there any suggested way of loading a fontface from a []byte vs. filepath?