summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2002-07-15 18:57:27 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-15 18:57:27 +0000
commitbc8d8855f875ad4b9f738cd2c7146c92a3d82be1 (patch)
treee4df540edada7349613613f2a8c3bacdac327c98 /ChangeLog.pre-1-4
parent3c96fd5ec916f05eba877ea92ba5ee63dc5b7a8e (diff)
downloadpango-bc8d8855f875ad4b9f738cd2c7146c92a3d82be1.tar.gz
on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangoft2.c (pango_ft2_font_get_face): Move setting of load_flags before we do any checks for the font so they apply to the fallback font as well. * pango/pangoft2.c (pango_ft2_font_get_face): Supply FT_LOAD_NO_BITMAP as temporary workaround for problems with embedded bitmaps, since we can't render bitmap fonts at the moment.
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r--ChangeLog.pre-1-411
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index f015f111..8abc7f3a 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,14 @@
+Mon Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pangoft2.c (pango_ft2_font_get_face): Move
+ setting of load_flags before we do any checks for the
+ font so they apply to the fallback font as well.
+
+ * pango/pangoft2.c (pango_ft2_font_get_face): Supply
+ FT_LOAD_NO_BITMAP as temporary workaround for problems
+ with embedded bitmaps, since we can't render bitmap fonts
+ at the moment.
+
Wed Jul 3 18:54:14 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangoft2.c: Fix some typos.