Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: convbdf bug - one pixel too high

convbdf bug - one pixel too high

From: Uwe Freese <mail_at_uwe-freese.de>
Date: Sun, 22 Sep 2002 14:36:07 +0200

Hello,

It seems that convbdf doesn't use the "displacement" values
correctly:

In the standard font, all (normal) characters start at the second line (from
the bottom), the y displacement is -1 ("FONTBOUNDINGBOX 6 8 0 -1, "BBX
6 8 0 -1"). On the AJB, the font is ok and the bottom line (of all
normal characters like ABC...) is empty as it should be.

My font (uwe_prop.bdf on the www-fonts-dir) has characters that start
from the first line, the y displacement is 0 ("FONTBOUNDINGBOX ? 8 0 0, "BBX
? 8 0 0"). But the characters are converted one pixel too high. That
is visible in the .c file and on the AJB itself.

And really funny is that the "[" (the upper line of this character
should be empty, so it's no "overflow") is actually

   +---+
   | **|
   | * |
   | * |
   | * |
   | * |
   | * |
   | **|
   | * |
   +---+

Where does this single pixel at the bottom line come from?

I tested also timR08.bdf (fonts dir on www) and that font is also
converted one pixel too high into the .c file.

Bye, Uwe.
Received on 2002-09-22

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy