I've been trying to link Font::FreeType to Cairo for a few days and have run into a problem. It appears that use of the function in the subject is limited to Blob's. Unfortunately, I want to have cairo write direcly to a buffer that has already been allocated in C .
What would be the best way to link this to Cairo, via the above function, so that I don't have to have more than one buffer?
If this is not directly possible with the current implementation, can I attempt to correct the issue with a PR?
Thanks.