golang-image/font
Nigel Tao c4226c0d9c font/basicfont: add Descent and Left fields.
A face's glyph height (the height of the glyph image) isn't necessarily
the inter-line spacing: f.Ascent + f.Descent isn't always f.Height.

Similarly, a face's glyph image's left side isn't always dot.X.

Change-Id: I86594c52b8d31bf652ac34a695e9270ac635a5bc
Reviewed-on: https://go-review.googlesource.com/24481
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-06-30 00:32:31 +00:00
..
basicfont font/basicfont: add Descent and Left fields. 2016-06-30 00:32:31 +00:00
plan9font font/plan9font: derive the example's ascent from the metrics. 2016-04-23 08:08:30 +00:00
testdata/fixed font/plan9font: derive the example's ascent from the metrics. 2016-04-23 08:08:30 +00:00
font.go font: add a []byte flavor of string methods. 2016-05-27 00:37:06 +00:00