diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-09 04:01:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-09 04:01:21 +0000 |
commit | 663b27ed61e8d8d885f3844b61834cd07788db14 (patch) | |
tree | be063d176de7d91a076cf8b82dbacb1be7c916c8 /ChangeLog.pre-1-2 | |
parent | cb7a4666a0f52f2b18cdb84423d316e97589c419 (diff) | |
download | pango-663b27ed61e8d8d885f3844b61834cd07788db14.tar.gz |
Draw the unknown glyph box with X primitives rather than hoping that some
Sun Dec 8 22:57:55 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangox.c: Draw the unknown glyph box with
X primitives rather than hoping that some font has an
actualpainting unknown glyph... that code was
apparently still working badly. Use "en" not
NULL as the language tags for getting the metrics
for the return glyph and the unknown character
glyph... NULL gives too large results. (#98245,
Based on a patch from Morten Welinder.)
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index f8f73db1..f534429d 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,14 @@ +Sun Dec 8 22:57:55 2002 Owen Taylor <otaylor@redhat.com> + + * pango/pangox.c: Draw the unknown glyph box with + X primitives rather than hoping that some font has an + actualpainting unknown glyph... that code was + apparently still working badly. Use "en" not + NULL as the language tags for getting the metrics + for the return glyph and the unknown character + glyph... NULL gives too large results. (#98245, + Based on a patch from Morten Welinder.) + Sun Dec 8 15:22:10 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs): |