Steve Holden wrote:
'Verdana'
'Italic'
</F>
Does anyone have a Python recipe for this?
>>from PIL import ImageFont
>>f = ImageFont.truet ype("/windows/fonts/verdanai.ttf", 1)
>>f.font.fami ly
>>f = ImageFont.truet ype("/windows/fonts/verdanai.ttf", 1)
>>f.font.fami ly
>>f.font.styl e
</F>