changing fonts?
greg
greg at cosc.canterbury.ac.nz
Fri Dec 7 21:21:55 EST 2007
More information about the Python-list mailing list
Fri Dec 7 21:21:55 EST 2007
- Previous message (by thread): changing fonts?
- Next message (by thread): changing fonts?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jyoung79 at kc.rr.com wrote: > Is it possible for the next answer that Python returns in the > Terminal Window to be displayed in the 'Symbols' font so that the > Greek text is displayed correctly? I don't think you can control the font, but you can print out the Greek text as utf8-encoded unicode. I just tried an experiment and managed to get Greek letters displayed this way. I had to turn off the "Wide Glyphs for Japanese/Chinese etc." option under File/Get Info to get the spacing to come out right. -- Greg
- Previous message (by thread): changing fonts?
- Next message (by thread): changing fonts?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list