/* StyleTxt.c */

int text_line_length(Font **fonts, int pixel_width,
	const char *utf8, int nb, const char *styles);
int text_width(Font **fonts, int pixel_width,
	const char *utf8, int nb, const char *styles);
int text_height(Font **fonts, int pixel_width,
	const char *utf8, int nb, const char *styles);
char *style_text(Graphics *g, Font **fonts, Rect r, int align,
	const char *utf8, int nbytes, const char *styles);
