diff options
author | Havoc Pennington <hp@redhat.com> | 2000-12-15 04:06:31 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-15 04:06:31 +0000 |
commit | a8ea5ad3907b28d0361957a4f165cf31cc4fc2fc (patch) | |
tree | 8a234ddb539b81153dc9beeba4168d765c2d96e6 /ChangeLog.pre-1-8 | |
parent | 04b813f8baea7bb0da71b132bfd1fbf90e730cfd (diff) | |
download | pango-a8ea5ad3907b28d0361957a4f165cf31cc4fc2fc.tar.gz |
Use a fallback shaper if no engine is found for a range, the fallback
2000-12-14 Havoc Pennington <hp@redhat.com>
* pango/pango-context.c (add_engines): Use a fallback shaper if
no engine is found for a range, the fallback shaper shapes to
glyphs of 0. This is just to let other code depend on the
invariant that there's a shape engine for all characters.
* tests/all-unicode.txt: Huge file containing all Unicode
characters, for robustness testing. Not in EXTRA_DIST
for now, not sure we should torture people that way...
* pango/fonts.c (pango_font_find_shaper): remove the assert that
we found a shaper, and instead let things fall back to the fallback
shaper
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 9992fd79..8eb4c4a0 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,18 @@ +2000-12-14 Havoc Pennington <hp@redhat.com> + + * pango/pango-context.c (add_engines): Use a fallback shaper if + no engine is found for a range, the fallback shaper shapes to + glyphs of 0. This is just to let other code depend on the + invariant that there's a shape engine for all characters. + + * tests/all-unicode.txt: Huge file containing all Unicode + characters, for robustness testing. Not in EXTRA_DIST + for now, not sure we should torture people that way... + + * pango/fonts.c (pango_font_find_shaper): remove the assert that + we found a shaper, and instead let things fall back to the fallback + shaper + Thu Dec 14 20:34:18 2000 Owen Taylor <otaylor@redhat.com> * pango/pangoxft.h pango/pangoxft-font.c: (PANGO_TYPE_XFT_FONT): Add |