]> git.tdb.fi Git - ttf2png.git/commit
Make sure there code point ranges are in order
authorMikko Rasa <tdb@tdb.fi>
Sat, 14 Apr 2018 14:12:01 +0000 (17:12 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 14 Apr 2018 14:12:01 +0000 (17:12 +0300)
commit329e747da6ee89d4ed2de15ceacf68b932e56e80
tree77ec74934733b7f70b41d9d27795bf1d5eae7c89
parent633be0c0c9ae91ab068ee84d4eb5f32328cf6280
Make sure there code point ranges are in order

And that there are no overlapping ranges.  The grid rendering logic
depends on being able to determine the total range of code points from
the first and last converted glyph.
ttf2png.c