Quote:
|
Originally Posted by Cheezmo
When I do that, the phone number draws a little lower than the name. (With a funny little black "dash" over the first number that would line up with where the top of the name would be. Is one using safe action and the other using safe title for the top or something?
|
This turned out to be a bug in libosd's FreeType code: I had the sign of the size of the bounding box below the baseline wrong. Or something.
The ``dash'' was incongruous padding code in drawstring_direct.c:ft_draw_string_by_pixels().
Herewith libosd 0.4.1 . (See the previous message for a current elseed .)
--
dah31