ParthDesai / freetype-go

Automatically exported from code.google.com/p/freetype-go
Other
0 stars 0 forks source link

unable to get glyph bounding box #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is currently not possible to get the bounding box of a specific glyph, and 
thus one can't figure out all the metrics one might need. Please add something 
like func (f *Font) Bounds(scale int32, i Index) Bounds.

Original issue reported on code.google.com by snesse...@gmail.com on 7 Feb 2015 at 1:38