[GRASS-dev] GRASS on Mac require Postscript names

Hi,

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”

Yann

An addition to the message,

It gives the same message each time I click the GIS Manager GUI, and slows it down.

On Nov 1, 2014, at 16:19, Yann <ychemin@gmail.com> wrote:

Hi,

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”

Yann

One last info, the startup warning:

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

On Nov 1, 2014, at 16:35, Yann <ychemin@gmail.com> wrote:

An addition to the message,

It gives the same message each time I click the GIS Manager GUI, and slows it down.

On Nov 1, 2014, at 16:19, Yann <ychemin@gmail.com> wrote:

Hi,

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”

Yann

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.

--
Glynn Clements <glynn@gclements.plus.com>

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

--
Glynn Clements <glynn@gclements.plus.com>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev