Closed GoogleCodeExporter closed 9 years ago
Issue 28 has been merged into this issue.
Original comment by tau_i...@live.de
on 8 Aug 2012 at 10:06
So I checked in a fix for this... I'm not 100% happy with it.
Line-drawing characters work. There are no issues with characters being too
wide that I saw... They're also exactly the correct height.
But the SHADE characters (25%/50%/75%) seem short. Like they have empty space
above them. At this point I want to double-check the font itself, it's possible
it's an issue with short glyphs in the font.
Oh, fonts can now be pulled in from the resources folder. By default it picks a
font by name, so I'm using a prefix of "resource:" as an indicator to pull the
font via getClass().getResourceAsStream(String). (I thought that "resource:"
was a reasonable prefix that wouldn't end up biting us in the ass if we later
wanted generalized URI support.)
Original comment by yam...@gmail.com
on 18 Aug 2012 at 3:16
Original issue reported on code.google.com by
yam...@gmail.com
on 8 Aug 2012 at 8:14