summaryrefslogtreecommitdiff
path: root/src/cairo-font-face-twin.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-12-24 18:00:04 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-12-24 18:00:04 -0500
commit8296bc74c8687a2f52e06174e9dc70d32d1181c8 (patch)
tree937b0f5deb415ecc3a52287fb4e6ec1db34c7217 /src/cairo-font-face-twin.c
parentb2f89625453e2a15da175ea5b4ca5af6c2201d96 (diff)
downloadcairo-8296bc74c8687a2f52e06174e9dc70d32d1181c8.tar.gz
[twin] Reduce the weight just a bit, such that bold doesn't look as bad
Diffstat (limited to 'src/cairo-font-face-twin.c')
-rw-r--r--src/cairo-font-face-twin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-font-face-twin.c b/src/cairo-font-face-twin.c
index 425f6fd48..207868ba3 100644
--- a/src/cairo-font-face-twin.c
+++ b/src/cairo-font-face-twin.c
@@ -295,7 +295,7 @@ twin_scaled_font_render_glyph (cairo_scaled_font_t *scaled_font,
&twin_face_properties_key);
/* weight */
- lw = props->weight * (5.5 / 64 / TWIN_WEIGHT_NORMAL);
+ lw = props->weight * (5. / 64 / TWIN_WEIGHT_NORMAL);
cairo_set_line_width (cr, lw);
/* stretch */