diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-07-30 13:31:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-07-30 13:31:06 -0400 |
commit | 7aa0aa0aabaf08e2500b7e267010a42d36918ce9 (patch) | |
tree | 5bdaf82d26f89bde72ea10d8ac8cd665df820027 /docs | |
parent | 868f18257ff3ee6e3271cce50d4aed87fa7a972e (diff) | |
download | pango-7aa0aa0aabaf08e2500b7e267010a42d36918ce9.tar.gz |
Document font_features support in markup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango_markup.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/pango_markup.sgml b/docs/pango_markup.sgml index 227b4138..913ece66 100644 --- a/docs/pango_markup.sgml +++ b/docs/pango_markup.sgml @@ -124,6 +124,14 @@ One of 'ultracondensed', 'extracondensed', 'condensed', </varlistentry> <varlistentry> +<term>font_features<footnote><para>Since 1.38</para></footnote></term> +<listitem><para> +A comma separated list of OpenType font feature settings, in the same +syntax as accepted by CSS. E.g: <literal>font_features='dlig=1, -kern, afrc on'</literal> +</para></listitem> +</varlistentry> + +<varlistentry> <term>foreground</term> <term>fgcolor<footnoteref linkend='since_1_21'/></term> <term>color</term> |