From c3de08ee2fcfb0e092f0299e249b0f5fe56b87bf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 26 Dec 2008 14:11:52 -0500 Subject: [PATCH] [twin] Further reduce weight --- src/cairo-font-face-twin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-font-face-twin.c b/src/cairo-font-face-twin.c index b61e79e9c..816406313 100644 --- a/src/cairo-font-face-twin.c +++ b/src/cairo-font-face-twin.c @@ -411,7 +411,7 @@ twin_scaled_font_render_glyph (cairo_scaled_font_t *scaled_font, &twin_face_properties_key); /* weight */ - weight = props->weight * (5. / 64 / TWIN_WEIGHT_NORMAL); + weight = props->weight * (4. / 64 / TWIN_WEIGHT_NORMAL); /* stretch */ stretch = 1 + .05 * ((int) props->stretch - (int) TWIN_STRETCH_NORMAL);