Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pango_font_get_face | Matthias Clasen | 2019-10-31 | 1 | -1/+0 |
| | | | | | Since we've run out of slots in PangoFontClass, this is implemented with a vfunc in PangoFontMapClass. | ||||
* | Add pango_font_map_get_family | Matthias Clasen | 2019-10-31 | 1 | -1/+0 |
| | | | | This lets us get a PangoFontFamily by name. | ||||
* | Keep PangoFontmap derivable | Matthias Clasen | 2019-07-07 | 1 | -91/+0 |
| | | | | This functionality is used in PackageKit. | ||||
* | Header cleanup | Matthias Clasen | 2019-07-04 | 1 | -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. |