From 058fcac22516008f3247cad9641cc91139b21e8c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 10 Aug 2008 09:57:41 +0000 Subject: Added code to set correct font. svn path=/trunk/netsurf/; revision=4986 --- amiga/font.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 amiga/font.h (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h new file mode 100755 index 000000000..857bee429 --- /dev/null +++ b/amiga/font.h @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Chris Young + * + * This file is part of NetSurf, http://www.netsurf-browser.org/ + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * NetSurf is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef AMIGA_FONT_H +#define AMIGA_FONT_H + +#include "css/css.h" + +void ami_open_font(struct css_style *); + +#endif -- cgit v1.2.3