diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-14 16:11:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-14 16:11:02 +0000 |
commit | e6e7df5c4d77e8e9802cfe615b9265176be1314c (patch) | |
tree | f14288f107b39a331854aacbb3d415428dfa5631 /pango/pango-indic.c | |
parent | 8c0b3b59674586d069dba895929f23ee6c9ea91b (diff) | |
download | pango-e6e7df5c4d77e8e9802cfe615b9265176be1314c.tar.gz |
Fix low underline code to deal with run_ink == NULL.
Tue Nov 14 11:10:24 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_run_get_extents):
Fix low underline code to deal with run_ink == NULL.
* pango/pango-utils.c (pango_read_line): Return number
of lines read to allow decent parse errors line numbers.
* pango/pangox-fontmap.c (pango_x_font_map_read_alias_file):
Fix line number count.
* examples/pangox.aliases: Include extra international fonts
for all styles, not just roman, reindent so it looks
halfway legible.
Diffstat (limited to 'pango/pango-indic.c')
-rwxr-xr-x | pango/pango-indic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-indic.c b/pango/pango-indic.c index e20a4980..5845a035 100755 --- a/pango/pango-indic.c +++ b/pango/pango-indic.c @@ -64,7 +64,7 @@ pango_indic_shift_vowels (PangoIndicScript *script, * @script: A #PangoIndicScript * @num: The number of glyphs * @chars: An array of glyphs/characters - * @clusters: The cluster array. + * @cluster: The cluster array. * * This eliminates any blank space in the @chars * array, updated @clusters and @num also. |