[Pythonmac-SIG] list of fonts

Cameron Laird Cameron at Phaseit.net
Mon Jul 19 19:35:56 CEST 2004


On Sat, Jul 17, 2004 at 10:50:00AM -0400, Bob Ippolito wrote:
			.
			.
			.
> On Jul 17, 2004, at 9:34 AM, Arthur Elsenaar wrote:
> 
> >how do I get a list of the available system fonts? I tried doing this  
> >in pygame, but the darwin code to do this is unimplemented. I see a  
> >carbon.fm (font manager) module, but how does this work?
> 
> Using PyObjC:
> 
> import sys
> import codecs
> from AppKit import *
			.
			.
			.
I haven't been keeping up; what's it take to be able to
  import AppKit
?  The Python installed with 10.3.3 certainly doesn't seem 
to know about it.


More information about the Pythonmac-SIG mailing list