summaryrefslogtreecommitdiff
path: root/cocoa/font.h
diff options
context:
space:
mode:
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 );