From 83914b9c3e87e3db536ee494ce0032cdb5e5d781 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 22 Apr 2011 16:06:46 +0000 Subject: Set font DPI from nscss_screen_dpi to ensure it is always in sync Reset font DPI when opening screens to allow us to correct for aspect ratio in the future svn path=/trunk/netsurf/; revision=12229 --- amiga/font.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h index e62be85a4..0881e87a8 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -22,14 +22,8 @@ #include "desktop/plotters.h" #include -#define NSA_NORMAL 0 -#define NSA_ITALIC 1 -#define NSA_BOLD 2 -#define NSA_BOLDITALIC 3 - -void ami_close_font(struct TextFont *tfont); ULONG ami_unicode_text(struct RastPort *rp,const char *string,ULONG length,const plot_font_style_t *fstyle,ULONG x,ULONG y); - +ULONG ami_font_setdevicedpi(int dpi); void ami_init_fonts(void); void ami_close_fonts(void); #endif -- cgit v1.2.3