summaryrefslogtreecommitdiff
path: root/gtk/font_pango.h
blob: 758b8273b841de246ad02fc2547fdfa07e3bf5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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);