diff options
author | Jody Goldberg <jody@gnome.org> | 2004-05-28 04:30:54 +0000 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 2004-05-28 04:30:54 +0000 |
commit | 55d6816eab0b796b412b45be3dbf768d5945c81a (patch) | |
tree | c06b24a92020f972852e764ada35df0364324318 /docs | |
parent | dc949d2a601e870084572f231b0ecb57687557d3 (diff) | |
download | pango-55d6816eab0b796b412b45be3dbf768d5945c81a.tar.gz |
only invert if the layout and the context really disagree, not if they are
2004-04-29 Jody Goldberg <jody@gnome.org>
* pango/pango-layout.c (get_alignment) : only invert if the layout and
the context really disagree, not if they are WEAK_LTR vs LTR
2004-03-11 Jody Goldberg <jody@gnome.org>
* pango/pango-attributes.h : Add a comment clarifying that
PangoAttribute::end_index is _exclusive_. The range is [start..end)
Additionally clarify that that the indicies are in _bytes_ not
characters.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index ae6add8f..2e1adb8c 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -75,9 +75,9 @@ applies. </para> @klass: the class structure holding information about the type of the attribute -@start_index: the start index of the range. -@end_index: end index of the range. The character at this index is not - included in the range. +@start_index: the start index of the range (in bytes). +@end_index: end index of the range. The character containing this byte index is + not included in the range. <!-- ##### STRUCT PangoAttrString ##### --> <para> |