summaryrefslogtreecommitdiff
path: root/gtk/font_pango.h
blob: b9962983480fd461a3c29a4eb80f9f82dac802b8 (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-browser.org/
 * 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);