golang-freetype/freetype/truetype
Nigel Tao bb775957cb freetype/truetype: propagate the useMyMetrics flag to nested components.
Also increase the maximum recursion depth from 4 to 8, since some
x-deja-vu-sans-oblique glyphs are actually depth 4. It's an arbitrary
limit. The C Freetype code doesn't seem to limit recursion (below
whatever the font says it needs), but it seems safer to have a limit.

R=bsiegert
CC=golang-dev
https://codereview.appspot.com/14494062
2013-10-17 10:21:20 +11:00
..
glyph.go freetype/truetype: propagate the useMyMetrics flag to nested components. 2013-10-17 10:21:20 +11:00
hint_test.go freetype/truetype: make a (sub-)glyph's points an explicit part of a 2013-10-02 20:37:11 +10:00
hint.go freetype/truetype: set the four phantom points, and adjust the glyph 2013-10-10 07:43:32 +11:00
opcodes.go freetype/truetype: implement IP, MIAP, MIRP opcodes. 2013-09-24 22:06:47 +10:00
truetype_test.go freetype/truetype: propagate the useMyMetrics flag to nested components. 2013-10-17 10:21:20 +11:00
truetype.go freetype/truetype: implement Font.Index binary search. 2013-10-12 09:29:59 +11:00