try using advance metrics

SVN revision: 10479
This commit is contained in:
Carsten Haitzler 2004-06-09 09:07:44 +00:00
parent aff90a588d
commit 3f3e5f1e3b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ imlib_render_str(ImlibImage * im, ImlibFont * fn, int drx, int dry,
DATA32 *data, col;
int nx, ny, tmp;
imlib_font_query_size(fn, text, &w, &h);
imlib_font_query_advance(fn, text, &w, &h);
data = malloc(w * h * sizeof(DATA32));
if (!data)