summaryrefslogtreecommitdiff
path: root/pango/pango-font-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate pango_font_find_shaperMatthias Clasen2019-07-121-3/+0
| | | | | Deprecate pango_font_find_shaper, make it return NULL, and remove the find_shaper vfunc.
* Add api to get a hb_font_tMatthias Clasen2019-07-121-5/+1
| | | | | Add pango_font_get_hb_font, which will make it easier access harfbuzz features.
* Add an api to get features of a fontMatthias Clasen2019-07-111-1/+5
|
* Add pango_font_coversMatthias Clasen2019-07-111-1/+0
| | | | | | | | | | | Add a pango_font_covers function, which is like pango_shape_engine_covers, without the engine. This api is simpler than PangoCoverage in that it does not take a language as input, and only returns a boolean. This matches the harfbuzz api.
* Add line height to font metricsMatthias Clasen2019-07-051-0/+1
| | | | Add a getter for the line height of a font.
* Header cleanupMatthias Clasen2019-07-041-0/+194
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.