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/pangox.h | |
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/pangox.h')
-rw-r--r-- | pango/pangox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangox.h b/pango/pangox.h index 09171b7e..9a3172fc 100644 --- a/pango/pangox.h +++ b/pango/pangox.h @@ -116,7 +116,7 @@ void pango_x_fallback_shape (PangoFont *font, gboolean pango_x_apply_ligatures (PangoFont *font, PangoXSubfont subfont, - gunichar **chars, + gunichar **glyphs, int *n_glyphs, int **clusters); |