Closed GoogleCodeExporter closed 8 years ago
I'm sorry. I completely forgot to mention which font I'm using. I'm using the
orgdot fixed v01 (u8g_font_fixed_v0).
Original comment by bjt...@gmail.com
on 28 Feb 2012 at 4:10
Ok. So I think this issue is possibly a relic of the font itself. I made/built
the fixed_v0.bdf and checked the DWIDTH parameter of the space character. It
turns out it isn't the same as the other characters.
In any case, did you mean to mix the upper/lower nibbles for the data size and
DWIDTH parameters? It was annoying trying to keep that in mind. Otherwise I
think this isn't actually your problem.
Original comment by bjt...@gmail.com
on 28 Feb 2012 at 5:18
Thanks for the bug report.
I have investigated the fixed_v0. The font auther has indeed specified, that
the space has a width of 4 pixel, while all other chars have 6 pixel width. So
you will see an offest of 2 pixel. So from my perspective this is not a bug.
You could use the monospaced fonts 6x10 or 6x12, which have a space of the same
width as the other characters.
Is it ok to close this issue?
Original comment by olikr...@gmail.com
on 28 Feb 2012 at 5:28
oh, was working in parallel on this issue :-)
Yes, it is a font issue. There is "DWIDTH 4 0" for space and "DWIDTH 6 0" for
other chars.
Original comment by olikr...@gmail.com
on 28 Feb 2012 at 5:32
Original comment by olikr...@gmail.com
on 28 Feb 2012 at 5:32
Yea! Go ahead a close it. Sorry to clutter up your issues here. Thanks for the
response.
Original comment by bjt...@gmail.com
on 28 Feb 2012 at 6:21
So I wrote/modified a simple draw circle routine based on the midpoint cirlce
algorithm ( http://en.wikipedia.org/wiki/Midpoint_circle_algorithm ). Do I need
to be added as a contributor or can I commit changes myself?
Original comment by bjt...@gmail.com
on 28 Feb 2012 at 7:06
Attachments:
> Sorry to clutter up your issues here.
no problem, that is why we have a ticket system
i have added you as contributor, also note my e-mail
Thanks!
Oliver
Original comment by olikr...@gmail.com
on 28 Feb 2012 at 7:52
problem solved, not a bug
Original comment by olikr...@gmail.com
on 1 Mar 2012 at 9:06
Original issue reported on code.google.com by
bjt...@gmail.com
on 28 Feb 2012 at 1:37