summaryrefslogtreecommitdiff
path: root/cocoa/font.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-17 15:00:18 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-17 15:00:18 +0000
commit045183032f29bdb2211bd2933dd318342fecf041 (patch)
tree78afe291825072d194b74b5623ebddf97bceb6ae /cocoa/font.h
parentd2aa0bcea9cb25f11ad59911a9f191efddf818d5 (diff)
downloadnetsurf-045183032f29bdb2211bd2933dd318342fecf041.tar.gz
netsurf-045183032f29bdb2211bd2933dd318342fecf041.tar.bz2
Font scaling and other scaling related fixes.
svn path=/trunk/netsurf/; revision=11349
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