mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-30 06:08:14 +02:00
[twin] Further reduce weight
This commit is contained in:
parent
5c201ef5cf
commit
c3de08ee2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue