summaryrefslogtreecommitdiff
path: root/cocoa/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/font.h')
-rw-r--r--cocoa/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/font.h b/cocoa/font.h
index b65d62844..769bd1dd9 100644
--- a/cocoa/font.h
+++ b/cocoa/font.h
@@ -20,5 +20,6 @@
#define COCOA_FONT_H
void cocoa_draw_string( int x, int y, const char *bytes, size_t length, const plot_font_style_t *style );
+void cocoa_set_font_scale_factor( float newFactor );
#endif