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/plotters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/plotters.c') diff --git a/amiga/plotters.c b/amiga/plotters.c index 443077b58..660dea74d 100644 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -414,7 +414,7 @@ static bool ami_text(int x, int y, const char *text, size_t length, aa = false; ami_plot_setapen(glob->rp, fstyle->foreground); - ami_unicode_text(glob->rp, text, length, fstyle, x, y, aa); + ami_font_unicode_text(glob->rp, text, length, fstyle, x, y, aa); return true; } -- cgit v1.2.3