From 947c466c4ba63ad84c0121453975a34935d0c1e8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 28 Feb 2015 13:01:16 +0000 Subject: Split plotting and widthing functions up --- 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 6c600abe4..375e15032 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -25,7 +25,7 @@ struct ami_font_node; -ULONG ami_unicode_text(struct RastPort *rp, const char *string, +ULONG ami_font_unicode_text(struct RastPort *rp, const char *string, ULONG length, const plot_font_style_t *fstyle, ULONG x, ULONG y, bool aa); void ami_font_setdevicedpi(int id); void ami_init_fonts(void); -- cgit v1.2.3