Re: [Pyobjc-dev] CTFontManager*
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2011-03-03 06:57:42
|
On 2 Mar, 2011, at 16:10, Tal Leming wrote: > Hello, > > I'm trying to use several CTFontManager functions via PyObjC but it looks like the framework isn't fully wrapped: > >>>> from CoreText import CTFontManagerRegisterFontsForURL > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: cannot import name CTFontManagerRegisterFontsForURL > > (This was with the OS Python in 10.6.) > > Is there a way to get to these functions with Python? You'll have to load this function manually for now, and I'll try to add it to the bridgesupport files for the next release. Ronald > > Tal > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |