Integrated the glk_data->default_font_desc and glk_data->monospace_font_desc fields...
[rodin/chimara.git] / libchimara / style.h
index 73cbf8caacb5aadda019a160f86d3685e8ae9526..9a16c1a7d983971e3bd2d6857f5d3f8fe6f58c50 100644 (file)
@@ -9,8 +9,16 @@
 #include "magic.h"
 #include "chimara-glk-private.h"
 #include "stream.h"
+#include "strio.h"
 
 G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer);
+G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer);
 G_GNUC_INTERNAL void style_init();
+G_GNUC_INTERNAL PangoFontDescription* get_current_font(guint32 wintype);
+
+typedef struct StyleSet {
+       GHashTable *text_grid;
+       GHashTable *text_buffer;
+} StyleSet;
 
 #endif