summaryrefslogtreecommitdiff
path: root/amiga/font.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-30 16:55:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-30 16:55:25 +0000
commit35befab994bff3736579fa0dcd096918f8516d05 (patch)
treec3059eed3a36cf8da6aec05ffc7bd5c66c0ea58e /amiga/font.h
parent3a788f0af221a44ec9a07a0f75b25bfbb3c9acb9 (diff)
downloadnetsurf-35befab994bff3736579fa0dcd096918f8516d05.tar.gz
netsurf-35befab994bff3736579fa0dcd096918f8516d05.tar.bz2
Experimental font code to plot Unicode text.
svn path=/trunk/netsurf/; revision=5220
Diffstat (limited to 'amiga/font.h')
-rwxr-xr-xamiga/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font.h b/amiga/font.h
index 4e7c6f197..f4d0b5fa1 100755
--- a/amiga/font.h
+++ b/amiga/font.h
@@ -24,5 +24,5 @@
struct TextFont *ami_open_font(struct css_style *);
void ami_close_font(struct TextFont *tfont);
-
+void ami_unicode_text(struct RastPort *rp,char *string,ULONG length,struct css_style *style,ULONG x,ULONG y,ULONG c);
#endif