textview: Set line height from markup

Note that we ignore the absolute-line-height
attribute for now.
This commit is contained in:
Matthias Clasen
2021-08-22 13:39:34 -04:00
parent 4759afcc3e
commit 2cc06f60c5

View File

@@ -4691,6 +4691,9 @@ insert_tags_for_attributes (GtkTextBuffer *buffer,
#if PANGO_VERSION_CHECK(1, 49, 0)
case PANGO_ATTR_LINE_HEIGHT:
FLOAT_ATTR (line_height);
break;
case PANGO_ATTR_ABSOLUTE_LINE_HEIGHT:
break;
#endif