Integrated the glk_data->default_font_desc and glk_data->monospace_font_desc fields...
[rodin/chimara.git] / libchimara / style.h
index 7b56760fc1fd5a9b4e8af154188f050a9e733887..9a16c1a7d983971e3bd2d6857f5d3f8fe6f58c50 100644 (file)
@@ -14,6 +14,7 @@
 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;