From dad8065f0a0f9a572983444b3f51d4cddca69ecc Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 4 Aug 2012 18:05:26 +0100 Subject: move text colour settings into plotters.c, and use palette-map capable function --- amiga/font.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'amiga/font.c') diff --git a/amiga/font.c b/amiga/font.c index 8be407612..19d6dd1f0 100644 --- a/amiga/font.c +++ b/amiga/font.c @@ -712,8 +712,6 @@ ULONG ami_unicode_text(struct RastPort *rp,const char *string,ULONG length,const outf16 = utf16; if(!(ofont = ami_open_outline_font(fstyle, 0))) return 0; - if(rp) SetRPAttrs(rp,RPTAG_APenColor,p96EncodeColor(RGBFB_A8B8G8R8,fstyle->foreground),TAG_DONE); - while(*utf16 != 0) { if (*utf16 < 0xD800 || 0xDFFF < *utf16) -- cgit v1.2.3