[Pyobjc-dev] CTFontManager*
Brought to you by:
ronaldoussoren
From: Tal L. <ta...@ty...> - 2011-03-02 15:28:15
|
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? Tal |