diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-01-17 23:32:16 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-01-17 23:32:16 +0000 |
commit | 4f4abbdc8fc0cd0547b0df81eb6f7bb3c77dee7e (patch) | |
tree | 23842ce1acae401fd7d3891bdc84384651eb60a3 /ChangeLog.pre-1-10 | |
parent | 620fb9ffc8ce07446ab341630e37900d7c9c102b (diff) | |
download | pango-4f4abbdc8fc0cd0547b0df81eb6f7bb3c77dee7e.tar.gz |
back away from the strict charset model to having subfonts arbitrarily
Mon Jan 17 18:29:39 2000 Owen Taylor <otaylor@redhat.com>
* libpango/pangox.[ch] modules/basic/basic.c: back away from
the strict charset model to having subfonts arbitrarily indexed. The
charset-index model didn't allow proper fallbacks.
Add a function pango_x_list_subfonts() function that lists
subfonts in the proper order for a given list of charsets.
(segfaults currently, will fix pronto)
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index f7025d72..646a3e3e 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,14 @@ +Mon Jan 17 18:29:39 2000 Owen Taylor <otaylor@redhat.com> + + * libpango/pangox.[ch] modules/basic/basic.c: back away from + the strict charset model to having subfonts arbitrarily indexed. The + charset-index model didn't allow proper fallbacks. + + Add a function pango_x_list_subfonts() function that lists + subfonts in the proper order for a given list of charsets. + + (segfaults currently, will fix pronto) + Sat Jan 15 03:17:35 2000 Owen Taylor <otaylor@redhat.com> * pango/glyphstring.c pango/mapping.c pango/pangox.c |