diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-01-05 21:23:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-01-05 21:23:31 +0000 |
commit | 61b674ffd7dc481289d1b73b79048a7ee6f2da8b (patch) | |
tree | b12d9383e95208cf07971347d65b669494abe837 /docs | |
parent | cfeef42ca84e57542052ac489766b02a2a5fce8f (diff) | |
download | pango-61b674ffd7dc481289d1b73b79048a7ee6f2da8b.tar.gz |
Adopt to new prototype for g_utf8_to_ucs4 (etc.).
Fri Jan 5 16:12:37 2001 Owen Taylor <otaylor@redhat.com>
* modules/arabic/{arabic-xft,arabic}.c pango/{pango-context.c,pangoft.c,pangox.c}:
Adopt to new prototype for g_utf8_to_ucs4 (etc.).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/layout.sgml | 1 | ||||
-rw-r--r-- | docs/tmpl/main.sgml | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 581f00bf..a21fffef 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -564,6 +564,7 @@ code specific to each rendering system. </para> @layout: the parent layout for this line. +@start_index: @length: the length of the line in bytes. @runs: a list containing the runs of the line in visual order. diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 7e5c4068..ead7b037 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -349,9 +349,14 @@ about the attributes of a single character. </para> @is_break: +@is_mandatory_break: @is_white: -@is_char_stop: -@is_word_stop: +@is_cursor_position: +@is_word_start: +@is_word_end: +@is_sentence_boundary: +@is_sentence_start: +@is_sentence_end: <!-- ##### FUNCTION pango_shape ##### --> <para> |