diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-01-10 16:25:11 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-01-10 16:27:04 -0600 |
commit | db410d8ebdbc5b697430617e761da6b5ce4940dd (patch) | |
tree | aca2d521f4dff4a76f74ee9c9dcad3c2dd5e416c /docs/pango-sections.txt | |
parent | 0df2e9592be488dcb3f3edfdfae64086e924eb92 (diff) | |
download | pango-db410d8ebdbc5b697430617e761da6b5ce4940dd.tar.gz |
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...
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 5adfa937..02eba9dd 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -915,6 +915,7 @@ pango_fc_font_map_find_decoder pango_fc_font_map_cache_clear pango_fc_font_map_shutdown pango_fc_font_description_from_pattern +PANGO_FC_FONT_FEATURES PANGO_FC_GRAVITY PANGO_FC_VERSION PANGO_FC_PRGNAME |