summaryrefslogtreecommitdiff
path: root/gtk/font_pango.h
diff options
context:
space:
mode:
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);
+