summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-08 23:08:13 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-08 23:08:13 +0000
commit8e43d209d9aa71cf7588314e59e28e0404a5b37e (patch)
treee651f7dd46022ccaa9db4ac7dba0c5103af2aa50 /ChangeLog.pre-1-6
parentb4dca29b545fbb9a722bf91ef7d9ec6d3b59f159 (diff)
downloadpango-8e43d209d9aa71cf7588314e59e28e0404a5b37e.tar.gz
Moved the primary size and charset matching inside of Pango instead of on
Tue Feb 8 15:05:17 2000 Owen Taylor <otaylor@redhat.com> * libpango/pangox.c: Moved the primary size and charset matching inside of Pango instead of on the font server. This allows us to do better matching, and only scale scaleable fonts, and not scale bitmaps. Also, match size and charset simultaneously, so that we can handle the cases where all sizes are not available in all charsets better.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-69
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 3ec3b70d..3a9c14e8 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,12 @@
+Tue Feb 8 15:05:17 2000 Owen Taylor <otaylor@redhat.com>
+
+ * libpango/pangox.c: Moved the primary size and charset matching
+ inside of Pango instead of on the font server. This allows us
+ to do better matching, and only scale scaleable fonts, and not
+ scale bitmaps. Also, match size and charset simultaneously,
+ so that we can handle the cases where all sizes are not available
+ in all charsets better.
+
Mon Feb 7 20:27:35 2000 Owen Taylor <otaylor@redhat.com>
* libpango/pangox.c (pango_x_names_for_size): Start at reworking