diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-11 07:53:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-11 07:53:53 +0000 |
commit | 9ff014800b72b9f23955e43eb37df9b27381202f (patch) | |
tree | 3661d781354d178d9b1d09cf99b05e7f15cf1149 /docs | |
parent | cc4acf51342b24ffa1c7942d24d3bc6b40666879 (diff) | |
download | pango-9ff014800b72b9f23955e43eb37df9b27381202f.tar.gz |
Add 'gravity', 'gravity_hint', and 'letter_spacing' span attributes.
2007-06-11 Behdad Esfahbod <behdad@gnome.org>
* docs/pango_markup.sgml: Add 'gravity', 'gravity_hint', and
'letter_spacing' span attributes.
svn path=/trunk/; revision=2338
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango_markup.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/pango_markup.sgml b/docs/pango_markup.sgml index 5799a77b..5fc3ef48 100644 --- a/docs/pango_markup.sgml +++ b/docs/pango_markup.sgml @@ -170,6 +170,24 @@ A language code, indicating the text language </para></listitem> </varlistentry> +<varlistentry><term>letter_spacing</term> +<listitem><para> +Inter-letter spacing in 1024ths of a point. +</para></listitem> +</varlistentry> + +<varlistentry><term>gravity</term> +<listitem><para> +One of 'south', 'east', 'north', 'west', 'auto'. +</para></listitem> +</varlistentry> + +<varlistentry><term>gravity_hint</term> +<listitem><para> +One of 'natural', 'strong', 'line'. +</para></listitem> +</varlistentry> + </variablelist> </para> |