summaryrefslogtreecommitdiff
path: root/amiga/font.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-28 13:01:16 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-28 13:01:16 +0000
commit947c466c4ba63ad84c0121453975a34935d0c1e8 (patch)
tree9b39da54c0ec4f95d35bf856b2e72ba12013226a /amiga/font.h
parentdf25135a4d2007510b03487b517dad13b23f1a98 (diff)
downloadnetsurf-947c466c4ba63ad84c0121453975a34935d0c1e8.tar.gz
netsurf-947c466c4ba63ad84c0121453975a34935d0c1e8.tar.bz2
Split plotting and widthing functions up
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 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);