Closed sidorares closed 9 years ago
Looks like this was caused by using Nan::NewBuffer
instead of Nan::CopyBuffer
. When using Nan::NewBuffer
, Nan assumes ownership of the pointer and tries to free it when the Buffer is garbage collected. More info here.
Should be fixed with v0.2.3.
Thanks @ericfreese , works great!
when I run following example
I'm getting
looks like font does not matter, I used Arial and Times ( from standard mac library - /Library/Fonts/Arial.ttf ). Node 4.1.0