[gtksourceview/gtksourceview-4-8] utils: add missing FONT_STYLE define



commit fa0dbbfc8273fcb1d72a01604efe6878ac3e86a4
Author: Christian Hergert <chergert redhat com>
Date:   Mon Oct 19 10:21:14 2020 -0700

    utils: add missing FONT_STYLE define
    
    Fixes !168

 gtksourceview/gtksourceutils.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gtksourceview/gtksourceutils.c b/gtksourceview/gtksourceutils.c
index 587fe2c9..b6ebf0b1 100644
--- a/gtksourceview/gtksourceutils.c
+++ b/gtksourceview/gtksourceutils.c
@@ -325,6 +325,7 @@ _gtk_source_utils_string_to_int (const gchar *str)
 #define FONT_VARIANT "font-variant"
 #define FONT_STRETCH "font-stretch"
 #define FONT_WEIGHT  "font-weight"
+#define FONT_STYLE   "font-style"
 #define FONT_SIZE    "font-size"
 
 gchar *


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