2014-11-01 16:16:08.264 Python[1328:d0b] CoreText performance note: Client called CTFontCreateWithName() using name “.Lucida Grande UI” and got font with PostScript name “.LucidaGrandeUI”. For best performance, only use PostScript names when calling this API.
Had the same at the startup for “LucidaGrande” requirement instead of "Lucida Grande”
2014-11-01 16:16:08.264 Python[1328:d0b] CoreText performance note: Client called CTFontCreateWithName() using name “.Lucida Grande UI” and got font with PostScript name “.LucidaGrandeUI”. For best performance, only use PostScript names when calling this API.
Had the same at the startup for “LucidaGrande” requirement instead of "Lucida Grande”
MacBook:~ yann$ /Users/yann/Desktop/Grass7.1.command ; exit;
Cleaning up temporary files…
Starting GRASS GIS…
2014-11-01 16:42:08.918 Python[1706:d0b] CoreText performance note: Client called CTFontCreateWithName() using name “Lucida Grande” and got font with PostScript name “LucidaGrande”. For best performance, only use PostScript names when calling this API.
2014-11-01 16:42:08.919 Python[1706:d0b] CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
Received EXIT message from GUI.
GRASS is not started. Bye.
logout
2014-11-01 16:16:08.264 Python[1328:d0b] CoreText performance note: Client called CTFontCreateWithName() using name “.Lucida Grande UI” and got font with PostScript name “.LucidaGrandeUI”. For best performance, only use PostScript names when calling this API.
Had the same at the startup for “LucidaGrande” requirement instead of "Lucida Grande”
2014-11-01 16:42:08.918 Python[1706:d0b] CoreText performance note:
Client called CTFontCreateWithName() using name "Lucida Grande" and
got font with PostScript name "LucidaGrande". For best performance,
only use PostScript names when calling this API.
This is probably down to how wxWidgets uses the CoreText API, and is
likely beyond our control.
On Sun, Nov 2, 2014 at 1:19 AM, Glynn Clements <glynn@gclements.plus.com>
wrote:
Yann wrote:
> 2014-11-01 16:42:08.918 Python[1706:d0b] CoreText performance note:
> Client called CTFontCreateWithName() using name "Lucida Grande" and
> got font with PostScript name "LucidaGrande". For best performance,
> only use PostScript names when calling this API.
This is probably down to how wxWidgets uses the CoreText API, and is
likely beyond our control.
I believe this is already fixed in a newer version of wxWidgets