Steve Holden wrote:
Does anyone have a Python recipe for this?
>>> from PIL import ImageFont
>>> f = ImageFont.truetype("/windows/fonts/verdanai.ttf", 1)
>>> f.font.family
'Verdana'
>>> f.font.style
'Italic'
</F>
--
http://mail.python.org/mailman/listinfo/python-list
