This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Description
Pango comes with a few different backends that are structured as separate libraries, but are really part of the bigger project. In particular, there's libpangocairo, libpangoft2, and libpangoxft. No bindings are being generated for these.
The gir-files repository seems to contain all the necessary files (e.g. PangoFT2-1.0.gir), but the only bindings being produced are those defined in Pango-1.0.gir.
The conf/ directory includes gir-pango.toml, but it doesn't mention the related libraries, nor are there equivalent config files for them.
I'm willing to help out with this, but I don't really know how GIR or the generator system works. I poked at it for a bit with a cloned version of the base Pango config, but ran in to errors relating to the Freetype2 types they reference.