gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Improve font face metrics by using x/image/font instead of golang/freetype #17

Closed kroppt closed 4 years ago

kroppt commented 4 years ago

This allows us to rework how the y component of the origin point for vertical text alignment is calculated, and remove the mapStringWithBearing function