Fredrik Lundh wrote:
Thanks so much, Fredrik. The reason I asked is because I found the
specification completely opaque ...
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
Steve Holden wrote:
>
>
'Verdana'
'Italic'
>
>
>Does anyone have a Python recipe for this?
>>>from PIL import ImageFont
>>>f = ImageFont.truet ype("/windows/fonts/verdanai.ttf", 1)
>>>f.font.famil y
>>>f = ImageFont.truet ype("/windows/fonts/verdanai.ttf", 1)
>>>f.font.famil y
>>>f.font.sty le
>
specification completely opaque ...
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
Comment