From 35befab994bff3736579fa0dcd096918f8516d05 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 30 Aug 2008 16:55:25 +0000 Subject: Experimental font code to plot Unicode text. svn path=/trunk/netsurf/; revision=5220 --- amiga/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/font.h') 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 -- cgit v1.2.3