summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNoah Levitt <nlevitt@columbia.edu>2003-08-14 16:33:36 +0000
committerNoah Levitt <nlevitt@src.gnome.org>2003-08-14 16:33:36 +0000
commitf10ac7aa461dbd08fbc8e1077836f871ed9934af (patch)
tree6fa52f90c5afc4a27ac6e2cf2457ffd9ad3655e5 /docs
parente8797c8fc739232838152a594442f0d486ca9cbd (diff)
downloadpango-f10ac7aa461dbd08fbc8e1077836f871ed9934af.tar.gz
Add backspace_deletes_character to PangoLogAttr. (#114483)
2003-08-14 Noah Levitt <nlevitt@columbia.edu> * docs/tmpl/main.sgml: * pango/break.c: * pango/pango-break.h: Add backspace_deletes_character to PangoLogAttr. (#114483)
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/main.sgml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml
index 9a7ef804..bb894008 100644
--- a/docs/tmpl/main.sgml
+++ b/docs/tmpl/main.sgml
@@ -308,6 +308,18 @@ about the attributes of a single character.
@is_sentence_boundary:
@is_sentence_start:
@is_sentence_end:
+@backspace_deletes_character: If set, backspace deletes one character
+ rather than the entire grapheme cluster. This
+ field is only meaningful on grapheme
+ boundaries (where @is_cursor_position is
+ set). In some languages, the full grapheme
+ (e.g. letter + diacritics) is considered a
+ unit, while in others, each decomposed
+ character in the grapheme is a unit. In the
+ default implementation of #pango_break, this
+ bit is set on all grapheme boundaries except
+ those following Latin, Cyrillic or Greek base
+ characters.
<!-- ##### FUNCTION pango_shape ##### -->
<para>