aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index 8ba5232..40bfe79 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -116,6 +116,12 @@ typedef struct {
gchar* download_handler;
gchar* cookie_handler;
gchar* new_window;
+ gchar* default_font_family;
+ gchar* monospace_font_family;
+ gchar* sans_serif_font_family;
+ gchar* serif_font_family;
+ gchar* fantasy_font_family;
+ gchar* cursive_font_family;
gboolean always_insert_mode;
gboolean show_status;
gboolean insert_mode;
@@ -525,6 +531,24 @@ void
cmd_font_size();
void
+cmd_default_font_family();
+
+void
+cmd_monospace_font_family();
+
+void
+cmd_sans_serif_font_family();
+
+void
+cmd_serif_font_family();
+
+void
+cmd_cursive_font_family();
+
+void
+cmd_fantasy_font_family();
+
+void
cmd_zoom_level();
void