summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-11-21 22:56:22 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-11-21 22:56:22 +0000
commite514428409d3bd9a0bfa5a66856b0f590fd771ad (patch)
tree6beb0b607f7c96746aaea51e2186f20360cb1c91 /ChangeLog.pre-1-8
parenta57a0fe0c63407e07b2bc75066a675803869974b (diff)
downloadpango-e514428409d3bd9a0bfa5a66856b0f590fd771ad.tar.gz
Always turn on anti-aliasing.
2001-11-22 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-fontcache.c (pango_win32_font_cache_load): Always turn on anti-aliasing. 2001-11-21 Tor Lillqvist <tml@iki.fi> * pango/testfonts.c: Fix a couple of bugs, update for current Pango API. It's not completely clear to me what the program is supposed to do with the command line args. It does load a matching font, but does nothing with it. It then always lists *all* font families, and renders a string in each. This causes a huge image with associated swapping to death if you have lots of fonts... I added a restriction, only the first 10 fonts are rendered.
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-815
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 745bd299..b94064d8 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,18 @@
+2001-11-22 Tor Lillqvist <tml@iki.fi>
+
+ * pango/pangowin32-fontcache.c (pango_win32_font_cache_load):
+ Always turn on anti-aliasing.
+
+2001-11-21 Tor Lillqvist <tml@iki.fi>
+
+ * pango/testfonts.c: Fix a couple of bugs, update for current
+ Pango API. It's not completely clear to me what the program is
+ supposed to do with the command line args. It does load a matching
+ font, but does nothing with it. It then always lists *all* font
+ families, and renders a string in each. This causes a huge image
+ with associated swapping to death if you have lots of fonts... I
+ added a restriction, only the first 10 fonts are rendered.
+
2001-11-20 Alex Larsson <alexl@redhat.com>
* pango/pangoxft-font.c (pango_xft_font_finalize):