From 161dea3d8b0ddbb1d3076512e6ae4d71c5f8150a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 20 Jan 2009 16:53:06 +0000 Subject: Implement bold and italic font rendering for Unicode display and make it the default. svn path=/trunk/netsurf/; revision=6155 --- amiga/font.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h index 59dd7b6fe..06bf85a13 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -22,6 +22,11 @@ #include "css/css.h" #include +#define NSA_NORMAL 0 +#define NSA_ITALIC 1 +#define NSA_BOLD 2 +#define NSA_BOLDITALIC 3 + struct TextFont *ami_open_font(struct css_style *); void ami_close_font(struct TextFont *tfont); ULONG ami_unicode_text(struct RastPort *rp,char *string,ULONG length,struct css_style *style,ULONG x,ULONG y,ULONG c); -- cgit v1.2.3