summaryrefslogtreecommitdiff
path: root/pango/pango-fontset-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Make PangoFontsetSimple available againMatthias Clasen2019-09-031-37/+0
| | | | | | | | Turns out some bindings depend on this, even though it is not used in pango and not practically useful. Bring it back as deprecated API. Closes: https://gitlab.gnome.org/GNOME/pango/issues/417
* Make some class structs public againMatthias Clasen2019-08-211-59/+0
| | | | | | | | It turns out that the R GTK2 binding poke directly at many class structs. Bring the class structs back for now (deprecated), to avoid breaking their build. Closes: https://gitlab.gnome.org/GNOME/pango/issues/412
* Header cleanupMatthias Clasen2019-07-041-0/+131
Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE defines. All backend-only apis are moved into private headers, all apis that were engine-only are marked as deprecated, since engines are.