freetype/truetype
Nigel Tao 6deea24143 Add a truetype.Face type.
Its implementation is mostly a copy/paste of the freetype.Context type.
Follow-up commits will make it more efficient.

Also add an example that uses a truetype.Face and the
golang.org/x/exp/shiny/font package to draw text.
2015-08-22 14:46:12 +10:00
..
face.go Add a truetype.Face type. 2015-08-22 14:46:12 +10:00
glyph.go Use the common golang.org/x/exp/shiny/font.Hinting type. 2015-08-20 16:07:51 +10:00
hint.go Delete the f26dot6 type in favor of fixed.Int26_6. 2015-08-18 16:47:46 +10:00
hint_test.go Use the fixed.Int26_6 type in package truetype. 2015-08-18 16:30:37 +10:00
opcodes.go Move files up one level. 2015-08-12 14:30:01 +10:00
truetype.go Use the fixed.Int26_6 type in package truetype. 2015-08-18 16:30:37 +10:00
truetype_test.go Use the common golang.org/x/exp/shiny/font.Hinting type. 2015-08-20 16:07:51 +10:00