diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-11-21 15:59:15 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-11-21 15:59:15 +0000 |
commit | a74950580a02c579cef2f523a148e0f386d620b6 (patch) | |
tree | ca2b413f443e04117ea8ae60fe8c9e1955a18e30 /ChangeLog.pre-1-8 | |
parent | 6875ac66adefd63a0450b03b56b7160424e78931 (diff) | |
download | pango-a74950580a02c579cef2f523a148e0f386d620b6.tar.gz |
Don't just call pango_fontset_get_metrics() to implement
Sun Nov 21 10:52:03 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c: Don't just call pango_fontset_get_metrics()
to implement pango_context_get_metrics(), since that skips our
normal font selection algorithm. Rather itemize the sample string
and get the metrics from that. (#149438, Felipe Heidrich)
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 1421c515..1863f680 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,10 @@ +Sun Nov 21 10:52:03 2004 Owen Taylor <otaylor@redhat.com> + + * pango/pango-context.c: Don't just call pango_fontset_get_metrics() + to implement pango_context_get_metrics(), since that skips our + normal font selection algorithm. Rather itemize the sample string + and get the metrics from that. (#149438, Felipe Heidrich) + Sun Nov 21 10:46:34 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_text): Fix UTF8 => UTF-8 |