gg
gg copied to clipboard
Go Graphics - 2D rendering in Go with a simple API.
Hello @fogleman, thanks for gg! If I run `examples/quadratic.go` I get  The image is created correctly at commit 15eec45bd9 (when examples/quadratic.go was introduced):  I then ran a git...
Sometimes we need add letter space when draw string, any way to do that? thanks.
hi there, running the following program: ```go package main import ( "flag" "github.com/fogleman/gg" ) func main() { const ( W = 1024.0 H = 1024.0 ) nn := flag.Int("n", 1000,...
![Uploading 捕获.PNG…]()
i have one png pic need to draw, while i used gg, this pic become so huge,the width and height must be guaranteed in my project,so how to do it
I'm currently using the Google Font "Inter" (https://fonts.google.com/specimen/Inter) and when I draw a text onto an image with that font, some letters with cross sections, like "f" or "t" are...
Does `gg` provide a way to draw text within a specific area (x1, y1, x2, y2)? If not, what's the best way of accomplishing something like this?
When packaging a golang project using gg that is working with fonts, one may desire to include the font as part of the project as opposed to relying on the...
The fontHeight in LoadFontFace is points * 72 / 96, I got different fontHeight while using SetFontFace.