[pango/line-underline: 1/3] Add new PangoUnderline values



commit 920b501d2b0bde2b3cf5df9c4396682f891ff2bd
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Aug 19 23:52:27 2019 +0200

    Add new PangoUnderline values
    
    These will be used for 'line-wide' continuous underlines,
    as opposed to the current values, wich are per-run and
    jump up and down.

 pango/pango-attributes.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h
index 6202861a..d393fe7e 100644
--- a/pango/pango-attributes.h
+++ b/pango/pango-attributes.h
@@ -217,7 +217,10 @@ typedef enum {
   PANGO_UNDERLINE_SINGLE,
   PANGO_UNDERLINE_DOUBLE,
   PANGO_UNDERLINE_LOW,
-  PANGO_UNDERLINE_ERROR
+  PANGO_UNDERLINE_ERROR,
+  PANGO_UNDERLINE_SINGLE_LINE,
+  PANGO_UNDERLINE_DOUBLE_LINE,
+  PANGO_UNDERLINE_ERROR_LINE
 } PangoUnderline;
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]