From 9ff014800b72b9f23955e43eb37df9b27381202f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 11 Jun 2007 07:53:53 +0000 Subject: Add 'gravity', 'gravity_hint', and 'letter_spacing' span attributes. 2007-06-11 Behdad Esfahbod * docs/pango_markup.sgml: Add 'gravity', 'gravity_hint', and 'letter_spacing' span attributes. svn path=/trunk/; revision=2338 --- ChangeLog | 5 +++++ docs/pango_markup.sgml | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0a4d2934..d9b4ad1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-11 Behdad Esfahbod + + * docs/pango_markup.sgml: Add 'gravity', 'gravity_hint', and + 'letter_spacing' span attributes. + 2007-06-11 Behdad Esfahbod Bug 438801 – underline should add "error" type. 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 +letter_spacing + +Inter-letter spacing in 1024ths of a point. + + + +gravity + +One of 'south', 'east', 'north', 'west', 'auto'. + + + +gravity_hint + +One of 'natural', 'strong', 'line'. + + + -- cgit v1.2.1