summaryrefslogtreecommitdiff
path: root/rufl.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2006-09-30 13:14:48 +0000
committerJames Bursa <james@netsurf-browser.org>2006-09-30 13:14:48 +0000
commit32f9aa05fc3112735a664ffc91398ea4cd6d9f2c (patch)
tree0610a6bfdd26d953512eb60e0472527bedc65625 /rufl.h
parent406f2c0a523141829e14b98068e3905e6f89c3ac (diff)
downloadlibrufl-32f9aa05fc3112735a664ffc91398ea4cd6d9f2c.tar.gz
librufl-32f9aa05fc3112735a664ffc91398ea4cd6d9f2c.tar.bz2
Add built-in font family menu.
svn path=/trunk/rufl/; revision=2970
Diffstat (limited to 'rufl.h')
-rw-r--r--rufl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rufl.h b/rufl.h
index 1e541aa..1b853d7 100644
--- a/rufl.h
+++ b/rufl.h
@@ -55,6 +55,9 @@ extern char **rufl_family_list;
/** Number of entries in rufl_family_list. */
extern unsigned int rufl_family_list_entries;
+/** Menu of font families. */
+extern void *rufl_family_menu;
+
/* Callbacks used by rufl_decompose_glyph */
typedef int (*rufl_move_to_func)(os_coord *to, void *user);
typedef int (*rufl_line_to_func)(os_coord *to, void *user);