summaryrefslogtreecommitdiff
path: root/amiga/font.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-10 09:57:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-10 09:57:41 +0000
commit058fcac22516008f3247cad9641cc91139b21e8c (patch)
treeaf47f2c7cb8e0065ed611eecc5a164158f5d7ea1 /amiga/font.h
parent289196c6babb2c1913a3bec9138fe2d49b9b820e (diff)
downloadnetsurf-058fcac22516008f3247cad9641cc91139b21e8c.tar.gz
netsurf-058fcac22516008f3247cad9641cc91139b21e8c.tar.bz2
Added code to set correct font.
svn path=/trunk/netsurf/; revision=4986
Diffstat (limited to 'amiga/font.h')
-rwxr-xr-xamiga/font.h26
1 files changed, 26 insertions, 0 deletions
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 <chris@unsatisfactorysoftware.co.uk>
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef AMIGA_FONT_H
+#define AMIGA_FONT_H
+
+#include "css/css.h"
+
+void ami_open_font(struct css_style *);
+
+#endif