summaryrefslogtreecommitdiff
path: root/pango/pango-coverage-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Share more code between hbface and userfaceMatthias Clasen2022-02-131-3/+3
| | | | Move some things as private api into PangoFontFace.
* Implement coverage for user facesMatthias Clasen2022-01-281-0/+3
|
* coverage: Add a constructor from hb_face_tMatthias Clasen2022-01-281-0/+2
| | | | | Add private API to create a PangoCoverage object from a hb_face_t. This will be used in future commits.
* Add PangoCoverage GType getter to the public headerEmmanuele Bassi2019-08-021-4/+0
| | | | | | The `pango_coverage_get_type()` symbol is already public, but declared in a private header. Unless we move it to a public header the introspection scanner can't know that the C type maps to a GType.
* Turn PangoCoverage into an objectMatthias Clasen2019-07-111-0/+65
Make PangoCoverage a GObject, and subclass it in pangofcfontmap.c. This lets us use the FcCharSet without copying the data.