summaryrefslogtreecommitdiff
path: root/navit/graphics.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-07 19:41:50 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-07 19:41:50 +0000
commita37c68e3c523945ad33ac1b945ca096c26bfdc0e (patch)
tree22b745e41be8bbf342fc4c94dd5e86f8a2b87e1b /navit/graphics.h
parentc7d859c6605b55934180ceb67da4ccfff299859e (diff)
downloadnavit-a37c68e3c523945ad33ac1b945ca096c26bfdc0e.tar.gz
Add:Core:Possibility to specify font name for OSDs
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3877 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/graphics.h')
-rw-r--r--navit/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/graphics.h b/navit/graphics.h
index 255e9f234..1b220a3b3 100644
--- a/navit/graphics.h
+++ b/navit/graphics.h
@@ -147,6 +147,7 @@ void *graphics_get_data(struct graphics *this_, const char *type);
void graphics_add_callback(struct graphics *this_, struct callback *cb);
void graphics_remove_callback(struct graphics *this_, struct callback *cb);
struct graphics_font *graphics_font_new(struct graphics *gra, int size, int flags);
+struct graphics_font *graphics_named_font_new(struct graphics *gra, char *font, int size, int flags);
void graphics_font_destroy_all(struct graphics *gra);
struct graphics_gc *graphics_gc_new(struct graphics *gra);
void graphics_gc_destroy(struct graphics_gc *gc);