我正在运行 rspec 测试并且它们通过良好,但我收到以下消息:

phantomjs[25837:507] CoreText performance note: Client called CTFontCreateWithName()
using name "Helvetica Neue" and got font with PostScript name "HelveticaNeue".
For best performance, only use PostScript names when calling this API.

我可以/应该如何解决这个问题?

最佳答案

在这个 Github issue 上,您可以使用 brew update && brew reinstall phantomjs 来修复。

关于ruby - phantomjs 客户端使用名称 "Helvetica Neue"调用 CTFontCreateWithName() 并获得带有 PostScript 名称 "HelveticaNeue"的字体,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20386994/

10-10 19:18