freetype/truetype
Nigel Tao b12e981082 Support Unicode Full Repertoire cmap tables.
For example, "Apple Color Emoji.ttc" has such a cmap. After this commit,
we can render its glyph for "U+0001F1E6 REGIONAL INDICATOR SYMBOL LETTER
A", which is clearly outside the Unicode BMP.

Note that this only lets us render black-and-white glyphs for out-of-BMP
runes. Rendering color glyphs (i.e. emoji) remains TODO.

Updates #45
2017-04-20 11:23:31 +10:00
..
face.go Add a face.Metrics method, and parse hhea ascent and descent. 2016-03-24 11:05:48 +11:00
face_test.go Update x/exp/shiny/font to x/image/font. 2015-09-01 15:49:46 +10:00
glyph.go Don't crash when a glyph has no contours. 2016-12-08 17:47:10 +11:00
hint.go Loosen the SLOOP (Set LOOP) opcode precondition. 2016-05-19 16:15:10 +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 Support Unicode Full Repertoire cmap tables. 2017-04-20 11:23:31 +10:00
truetype_test.go Add Font.Name method. 2015-09-21 16:46:35 +10:00