fogleman / gg

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

The fontHeight in LoadFontFace is points * 72 / 96, I got different fontHeight while using SetFontFace. #147

Open yanyuxuanz opened 3 years ago

yanyuxuanz commented 3 years ago

The fontHeight in LoadFontFace is points * 72 / 96, I got different fontHeight while using SetFontFace.

HeCorr commented 3 years ago

Please see #76