You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Getting "CoreText performance note: Client called CTFontCreateWithName() using name "Trebuchet MS" and got font with PostScript name "TrebuchetMS". For best performance, only use PostScript names when calling this API."
#11699
Closed
ianwalter opened this issue
Oct 23, 2013
· 1 comment
On OS X Mavericks 10.9 and PhantomJS 1.9.2 I am getting the following error many times throughout my test:
phantom stderr: 2013-10-23 09:54:24.150 phantomjs[4571:507] CoreText performance note: Client called CTFontCreateWithName() using name "Trebuchet MS" and got font with PostScript name "TrebuchetMS". For best performance, only use PostScript names when calling this API.
And for other fonts:
phantom stderr: 2013-10-23 09:54:24.994 phantomjs[4571:507] 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.
The text was updated successfully, but these errors were encountered:
On OS X Mavericks 10.9 and PhantomJS 1.9.2 I am getting the following error many times throughout my test:
phantom stderr: 2013-10-23 09:54:24.150 phantomjs[4571:507] CoreText performance note: Client called CTFontCreateWithName() using name "Trebuchet MS" and got font with PostScript name "TrebuchetMS". For best performance, only use PostScript names when calling this API.
And for other fonts:
phantom stderr: 2013-10-23 09:54:24.994 phantomjs[4571:507] 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.
The text was updated successfully, but these errors were encountered: