node-freetype2 icon indicating copy to clipboard operation
node-freetype2 copied to clipboard

Need access to FT_Face pointer

Open romgrk opened this issue 6 years ago • 0 comments

Hey,

I'm developing node-gtk, that binds GObject introspected library, that is mainly used in GTK projects. I'm working on Cairo integration (the GTK drawing library) and the library can handle some font libraries, amongst which freetype. However, it needs to have access to the FT_Face pointer to do its thing. Are you ok with exposing that information so that node-freetype2 can be used in conjunction with node-gtk?

If you accept I can do the work myself and open a PR, I have already a branch of node-freetype2 that works with node-gtk.

Relevant PR: https://github.com/romgrk/node-gtk/pull/93

Thanks

romgrk avatar Sep 01 '19 21:09 romgrk