diff options
author | Noah Levitt <nlevitt@columbia.edu> | 2004-02-29 20:31:45 +0000 |
---|---|---|
committer | Noah Levitt <nlevitt@src.gnome.org> | 2004-02-29 20:31:45 +0000 |
commit | b1a7956a523e80a793461cc11d8d15c6b51b4dcc (patch) | |
tree | c6ae0547ec375c8e752ea3436ed2c701b7e69ddb /docs/pango_markup.sgml | |
parent | 935375cc934cfa11dc08de4005b9d99c5c31d436 (diff) | |
download | pango-b1a7956a523e80a793461cc11d8d15c6b51b4dcc.tar.gz |
New attribute to turn font fallback on or off. (#105553)
2003-02-29 Noah Levitt <nlevitt@columbia.edu>
* docs/pango_markup.sgml:
* docs/tmpl/text-attributes.sgml:
* pango/pango-attributes.c:
* pango/pango-attributes.h:
* pango/pango-context.c:
* pango/pango-markup.c: New attribute to turn font fallback on or off.
(#105553)
Diffstat (limited to 'docs/pango_markup.sgml')
-rw-r--r-- | docs/pango_markup.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/pango_markup.sgml b/docs/pango_markup.sgml index e988e1d2..56f2ddae 100644 --- a/docs/pango_markup.sgml +++ b/docs/pango_markup.sgml @@ -135,6 +135,16 @@ subscript, positive for superscript. </para></listitem> </varlistentry> +<varlistentry><term>fallback</term> +<listitem><para> +'true' or 'false' whether to enable fallback. If disabled, then characters +will only be used from the closest matching font on the system. No fallback +will be done to other fonts on the system that might contain the characters +in the text. Fallback is enabled by default. Most applications should not +disable fallback. +</para></listitem> +</varlistentry> + <varlistentry><term>lang</term> <listitem><para> A language code, indicating the text language |