Ruby-Graphviz
Ruby-Graphviz copied to clipboard
Client called CTFontCreateWithName() error
I am pretty sure that this is not a Graphviz problem, but a problem on my mac. But I just wanted to ask if someone here has seen this:
CoreText performance note: Client called CTFontCreateWithName() using name "Arial"
and got font with PostScript name "ArialMT". For best performance, only use PostScript
names when calling this API.
...and maybe can help me fixing this? Thanks!
Hi @bitboxer
You are right, this is not a Ruby-Graphviz bug but an OSX issue with Graphviz. Thus, I will see if I can made a patch based on this : https://gist.github.com/gnue/8134298
:+1:
@bitboxer could you give me your graphviz version
I am using the lastest version that is offered by homebrew.
Hum... Strange, I can't reproduce the problem on OSX 10.9.4 with Ruby 2.1.0p0 and GraphViz 2.38.0 (via homebrew).
That's really strange :sob: