summaryrefslogtreecommitdiff
path: root/pango/pango-fontmap-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Add pango_font_get_faceMatthias Clasen2019-10-311-1/+0
| | | | | Since we've run out of slots in PangoFontClass, this is implemented with a vfunc in PangoFontMapClass.
* Add pango_font_map_get_familyMatthias Clasen2019-10-311-1/+0
| | | | This lets us get a PangoFontFamily by name.
* Keep PangoFontmap derivableMatthias Clasen2019-07-071-91/+0
| | | | This functionality is used in PackageKit.
* Header cleanupMatthias Clasen2019-07-041-0/+129
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.