Open withoutboats opened 9 years ago
It's certainly because it hasn't been bound yet. However, it reminds me something... I'm gonna take a look !
cairo
does not use GObject introspection so the generator can't help here :frowning:
Backends support would require conditional compilation and one or both of detecting of available backends in the build script and using features
again.
cairo
does not use GObject introspection so the generator can't help here :frowning:
Well actually we could try generating a gir and running the generator anyway. There's a chance it will be good enough for sys crates.
I'm not sure if I'm just looking in the wrong place, but I can't find support for using font backends other than the "toy" backend that comes with cairo. The documentation says:
and
But I can't find any of these functions. Are there other crates that I'm just missing, perhaps? The C functions for creating font faces from any of the backends also aren't in
cairo::ffi
orcairo-sys
.Documentation for the C API is here.