Let people enable font features through fontconfig snippets
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 10 Jan 2013 22:25:11 +0000 (16:25 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 10 Jan 2013 22:27:04 +0000 (16:27 -0600)
commitdb410d8ebdbc5b697430617e761da6b5ce4940dd
treeaca2d521f4dff4a76f74ee9c9dcad3c2dd5e416c
parent0df2e9592be488dcb3f3edfdfae64086e924eb92
Let people enable font features through fontconfig snippets

Like this:

<match target="font">
  <edit name="pangofontfeatures" mode="append">
    <string>smcp</string>
    <string>ss20</string>
  </edit>
</match>

Finally we are starting to see new features coming out of the HarfBuzz integration...
docs/pango-sections.txt
modules/basic/basic-fc.c
pango/pangofc-fontmap.h