mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 20:08:08 +02:00
[twin] Reduce the weight just a bit, such that bold doesn't look as bad
This commit is contained in:
parent
b2f8962545
commit
8296bc74c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue