Ruby-Graphviz icon indicating copy to clipboard operation
Ruby-Graphviz copied to clipboard

Client called CTFontCreateWithName() error

Open bitboxer opened this issue 10 years ago • 6 comments

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!

bitboxer avatar Jul 01 '14 22:07 bitboxer

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

glejeune avatar Jul 02 '14 08:07 glejeune

:+1:

bitboxer avatar Jul 02 '14 08:07 bitboxer

@bitboxer could you give me your graphviz version

glejeune avatar Jul 02 '14 10:07 glejeune

I am using the lastest version that is offered by homebrew.

bitboxer avatar Jul 02 '14 10:07 bitboxer

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).

glejeune avatar Jul 02 '14 20:07 glejeune

That's really strange :sob:

bitboxer avatar Jul 02 '14 21:07 bitboxer