[Image-SIG] Bug Report: PIL font management clipping tops of characters (addendum)

Fredrik Lundh fredrik at pythonware.com
Thu Mar 11 14:53:42 CET 2010


Some issues related to this were fixed in 1.1.7, but there are
apparently a few more things that can go wrong.  Some of this is
caused by semi-weird font metrics in some truetype files; the internal
API relies on being able to determine a pixel-level bounding box
before rendering, and it's likely that we have to change that to make
this work for all cases & fonts.

</F>

On Fri, Feb 26, 2010 at 3:06 PM, Bridgman, William T.
<William.T.Bridgman at nasa.gov> wrote:
> Also happens with
> Python 2.5.1 (Mac OS X 10.5.+), PIL 1.1.7
>
> This happens with at least
> Python 2.4 (LInux) PIL 1.1.6
> Python 2.6 (Mac OS X 10.5.+), PIL 1.1.6
>
> Release notes for 1.1.7 suggest something like this might have been fixed in
> 1.1.6b1 but no clear indication in 1.1.7.
>
> Tom
> --
> Dr. William T."Tom" Bridgman               Scientific Visualization Studio
> Global Science & Technology, Inc.          NASA/Goddard Space Flight Center
> Email: William.T.Bridgman at nasa.gov         Code 610.3
> Phone: 301-286-1346                        Greenbelt, MD 20771
> FAX:   301-286-1634                        http://svs.gsfc.nasa.gov/
>
>
>
>
> _______________________________________________
> Image-SIG maillist  -  Image-SIG at python.org
> http://mail.python.org/mailman/listinfo/image-sig
>


More information about the Image-SIG mailing list