summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-11 07:53:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-11 07:53:53 +0000
commit9ff014800b72b9f23955e43eb37df9b27381202f (patch)
tree3661d781354d178d9b1d09cf99b05e7f15cf1149
parentcc4acf51342b24ffa1c7942d24d3bc6b40666879 (diff)
downloadpango-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
-rw-r--r--ChangeLog5
-rw-r--r--docs/pango_markup.sgml18
2 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a4d2934..d9b4ad1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-06-11 Behdad Esfahbod <behdad@gnome.org>
+ * docs/pango_markup.sgml: Add 'gravity', 'gravity_hint', and
+ 'letter_spacing' span attributes.
+
+2007-06-11 Behdad Esfahbod <behdad@gnome.org>
+
Bug 438801 – underline should add "error" type.
* docs/pango_markup.sgml: Add "error" underline type to docs.
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>