From 045183032f29bdb2211bd2933dd318342fecf041 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 17 Jan 2011 15:00:18 +0000 Subject: Font scaling and other scaling related fixes. svn path=/trunk/netsurf/; revision=11349 --- cocoa/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa/font.h') 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 -- cgit v1.2.3