summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-01 22:04:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commitf836b0cad86df2cdbfd917476f405eb72388e2a8 (patch)
treeb18c6b62adc64df3a6ca866b2f7b65d203754bea /pango/meson.build
parentd09b521826dffefe89bb80c08cd6a85208ef51e6 (diff)
downloadpango-f836b0cad86df2cdbfd917476f405eb72388e2a8.tar.gz
Add PangoFcHbFontMap
This is a new fontmap implementation that works by populating a PangoHbFontMap from fontconfig data. It relies on the base class to provide caching and lookups. In contrast to the existing fontconfig fontmap, this does not include every font in every fontset.
Diffstat (limited to 'pango/meson.build')
-rw-r--r--pango/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/meson.build b/pango/meson.build
index e2117842..1ebd7a1e 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -209,11 +209,13 @@ if build_pangoft2
'pangofc-font.h',
'pangofc-fontmap.h',
'pangofc-decoder.h',
+ 'pangofc-hbfontmap.h',
]
pangofc_public_sources = [
'pangofc-font.c',
'pangofc-fontmap.c',
+ 'pangofc-hbfontmap.c',
'pangofc-language-set.c',
'pangofc-decoder.c',
'pango-trace.c',