[PySide] Support for 5.2

Srini Kommoori vasure at gmail.com
Wed Feb 5 21:10:43 CET 2014


Thanks John. I got that from search. My issue is not really with Lucida
Grande support. I have custom font which is having issues. I have ton of
these messages on the console.

2014-02-05 08:05:36.498 Python[25536:1107] CoreText performance note:
Client called CTFontCreateWithName() using name "Open Sans" and got font
with PostScript name "OpenSans". For best performance, only use PostScript
names when calling this API.

Seems like https://bugreports.qt-project.org/browse/QTBUG-32789 is fixed.
We need to merge the fix or wait for 4.8.6 to be released.




On Wed, Feb 5, 2014 at 10:10 AM, John Ehresman <jpe at wingware.com> wrote:

> On 2/4/14, 10:38 PM, Srini Kommoori wrote:
>
>> Is anyone working on porting to Qt5.2?
>>
>> I just updated my mac to Mavericks and fonts are all messed up. I see
>> that all of them are resolved in Qt5.2.
>>
>
> PySide only supports Qt4 right now.  The workaround for the Mavericks font
> problem (or at least a problem with the system font) is to use:
>
>       QFont.insertSubstitution(".Lucida Grande UI", "Lucida Grande")
>
> There's also another 4.8 release in the works.
>
> Cheers,
>
> John
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20140205/179a2618/attachment.html>


More information about the PySide mailing list