summaryrefslogtreecommitdiff
path: root/amiga/font.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-17 16:22:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-17 16:22:40 +0000
commit61294f493e43dd273d7bc06eacf0b3f16baeb5c8 (patch)
treec5b6bad0acc77bf9d039a6d62b3ba4cd30e3d681 /amiga/font.h
parentf71f8f82a1ef0878e622cf8a74d010e9c1a2c69d (diff)
downloadnetsurf-61294f493e43dd273d7bc06eacf0b3f16baeb5c8.tar.gz
netsurf-61294f493e43dd273d7bc06eacf0b3f16baeb5c8.tar.bz2
Close fonts properly and default back to initial RastPort font.
svn path=/trunk/netsurf/; revision=5136
Diffstat (limited to 'amiga/font.h')
-rwxr-xr-xamiga/font.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/font.h b/amiga/font.h
index 857bee429..4e7c6f197 100755
--- a/amiga/font.h
+++ b/amiga/font.h
@@ -20,7 +20,9 @@
#define AMIGA_FONT_H
#include "css/css.h"
+#include <graphics/text.h>
-void ami_open_font(struct css_style *);
+struct TextFont *ami_open_font(struct css_style *);
+void ami_close_font(struct TextFont *tfont);
#endif