From 07992d0e2c7cca25032aeac650c847a905079b23 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 6 Jan 2009 11:33:51 +0000 Subject: =?UTF-8?q?Bug=20166709=20=E2=80=93=20Handle=20font=20variants=20m?= =?UTF-8?q?ore=20consistently?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2009-01-06 Behdad Esfahbod Bug 166709 – Handle font variants more consistently * configure.in: Require fontconfig >= 2.5.0 * pango/fonts.c: Parse "Roman" as style=normal instead of weight=normal. Doesn't make much difference in reality. * pango/pangofc-fontmap.c (pango_fc_convert_weight_to_fc), (pango_fc_convert_weight_to_pango): Update to reflect newly added weights. svn path=/trunk/; revision=2788 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 978ab4a9..bb8b2a65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-01-06 Behdad Esfahbod + + Bug 166709 – Handle font variants more consistently + + * configure.in: Require fontconfig >= 2.5.0 + + * pango/fonts.c: Parse "Roman" as style=normal instead of + weight=normal. Doesn't make much difference in reality. + + * pango/pangofc-fontmap.c (pango_fc_convert_weight_to_fc), + (pango_fc_convert_weight_to_pango): Update to reflect newly + added weights. + 2009-01-06 Behdad Esfahbod Bug 166709 – Handle font variants more consistently -- cgit v1.2.1