nsfont_paint doesn't take scale.

svn path=/trunk/netsurf/; revision=11940
This commit is contained in:
Michael Drake 2011-03-08 19:02:19 +00:00
parent e073f1c542
commit 95916ab99d

View File

@ -195,7 +195,7 @@ void nsfont_init(void);
bool nsfont_exists(const char *font_family);
const char *nsfont_fallback_font(void);
bool nsfont_paint(const plot_font_style_t *fstyle, const char *string,
size_t length, int x, int y, float scale);
size_t length, int x, int y);
void nsfont_read_style(const plot_font_style_t *fstyle,
const char **font_family, unsigned int *font_size,
rufl_style *font_style);