Merge branch 'fix-fractional-letterspacing' into 'main'

css: Allow fractional letterspacing

Closes #5034

See merge request GNOME/gtk!4857
This commit is contained in:
Matthias Clasen 2022-07-10 19:42:25 +00:00
commit f56c0bc034

View File

@ -596,7 +596,7 @@ gtk_css_style_get_pango_attributes (GtkCssStyle *style)
GtkTextDecorationStyle decoration_style;
const GdkRGBA *color;
const GdkRGBA *decoration_color;
int letter_spacing;
double letter_spacing;
/* text-decoration */
decoration_line = _gtk_css_text_decoration_line_value_get (style->font_variant->text_decoration_line);