summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap-private.h
Commit message (Collapse)AuthorAgeFilesLines
* add pango_fc_font_map_set_default_substituteCaleb Hearon2020-06-131-3/+13
| | | | | | | | | | | | | | | | | | | added: pango_fc_font_map_set_default_substitute pango_fc_font_map_default_substitute_changed deprecated: pango_ft2_font_map_set_default_substitute pango_ft2_font_map_changed pango_xft_font_map_set_default_substitute pango_xft_font_map_changed Now PangoCairoFcFontMap will call what is passed to pango_fc_font_map_set_default_substitute when it is time. The deprecated functions make calls to the parent (FC) class now. The user-supplied callbacks are executed in the exact same places as before.
* Move a few fc functions back to public headersMatthias Clasen2019-08-221-7/+0
| | | | These are meant to be public.
* 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.