summaryrefslogtreecommitdiff
path: root/cocoa/font.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-31 19:12:00 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-31 19:12:00 +0000
commit28da79c796a1a22b14b5b9417aaae2e96ce3e994 (patch)
tree7ecbbf855490698bae3c2105dda31f20f56016e0 /cocoa/font.h
parent09400943aac959cb59bb0f6b558e31f07dbe9683 (diff)
downloadnetsurf-28da79c796a1a22b14b5b9417aaae2e96ce3e994.tar.gz
netsurf-28da79c796a1a22b14b5b9417aaae2e96ce3e994.tar.bz2
Reorganized includes.
svn path=/trunk/netsurf/; revision=11567
Diffstat (limited to 'cocoa/font.h')
-rw-r--r--cocoa/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/font.h b/cocoa/font.h
index fc2c5c95e..b3d441102 100644
--- a/cocoa/font.h
+++ b/cocoa/font.h
@@ -19,6 +19,8 @@
#ifndef COCOA_FONT_H
#define COCOA_FONT_H
+#import "desktop/plot_style.h"
+
void cocoa_draw_string( CGFloat x, CGFloat y, const char *bytes, size_t length, const plot_font_style_t *style );
void cocoa_set_font_scale_factor( float newFactor );