summaryrefslogtreecommitdiff
path: root/gtk/font_pango.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-12-19 22:50:23 +0000
committerJames Bursa <james@netsurf-browser.org>2005-12-19 22:50:23 +0000
commit10291d72b35c7e6b10ee4047adceb08d96e4b1f3 (patch)
tree8d9911853062e96fe9b9bb826db0679032af9358 /gtk/font_pango.h
parentad13eb98af61e53c5f476868509523110de37871 (diff)
downloadnetsurf-10291d72b35c7e6b10ee4047adceb08d96e4b1f3.tar.gz
netsurf-10291d72b35c7e6b10ee4047adceb08d96e4b1f3.tar.bz2
[project @ 2005-12-19 22:50:23 by bursa]
Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
Diffstat (limited to 'gtk/font_pango.h')
-rw-r--r--gtk/font_pango.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/gtk/font_pango.h b/gtk/font_pango.h
new file mode 100644
index 000000000..758b8273b
--- /dev/null
+++ b/gtk/font_pango.h
@@ -0,0 +1,20 @@
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2005 James Bursa <bursa@users.sourceforge.net>
+ */
+
+/** \file
+ * Font handling (GTK interface).
+ */
+
+#include <stdbool.h>
+
+
+struct css_style;
+
+bool nsfont_paint(const struct css_style *style,
+ const char *string, size_t length,
+ int x, int y, colour c);
+