diff options
author | Sven Neumann <sven@gimp.org> | 2003-04-03 11:15:38 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2003-04-03 11:15:38 +0000 |
commit | a5961bac22c6d37ee81656501ab6d6652ea5ac1b (patch) | |
tree | 803960f8ed4c45fa284b6943380946fd0d69ad37 /ChangeLog.pre-1-4 | |
parent | 1be1e82c819fa0aab370e3bc3a17dc320d93beca (diff) | |
download | pango-a5961bac22c6d37ee81656501ab6d6652ea5ac1b.tar.gz |
disable antialiasing if requested. Fixes bug #109370.
2003-04-03 Sven Neumann <sven@gimp.org>
* pango/pangoft2.c (pango_ft2_font_get_face)
(pango_ft2_font_render_glyph): disable antialiasing if requested.
Fixes bug #109370.
* pango/pangoft2.c (pango_ft2_render): fixed rendering of
monochrome bitmaps.
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r-- | ChangeLog.pre-1-4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 69cd0c2f..4de4069c 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,12 @@ +2003-04-03 Sven Neumann <sven@gimp.org> + + * pango/pangoft2.c (pango_ft2_font_get_face) + (pango_ft2_font_render_glyph): disable antialiasing if requested. + Fixes bug #109370. + + * pango/pangoft2.c (pango_ft2_render): fixed rendering of + monochrome bitmaps. + 2003-04-02 Sven Neumann <sven@gimp.org> * pango/pangoft2.c (pango_ft2_render_layout) |