ooooooooops :)

SVN revision: 1178
This commit is contained in:
Carsten Haitzler 1999-11-04 16:20:08 +00:00
parent e371b274e1
commit 0b486d8824
1 changed files with 4 additions and 4 deletions

View File

@ -396,9 +396,9 @@ __imlib_render_str(ImlibImage *im, ImlibFont *fn, int drx, int dry, char *text,
*retw = w;
if (reth)
*reth = h;
if (*nexty)
if (nexty)
*nexty = fn->ascent + fn->descent;
if (*nextx)
if (nextx)
{
j = text[strlen(text) - 1];
TT_Get_Glyph_Metrics(fn->glyphs[j], &metrics);
@ -412,9 +412,9 @@ __imlib_render_str(ImlibImage *im, ImlibFont *fn, int drx, int dry, char *text,
*retw = h;
if (reth)
*reth = w;
if (*nextx)
if (nextx)
*nextx = fn->ascent + fn->descent;
if (*nexty)
if (nexty)
{
j = text[strlen(text) - 1];
TT_Get_Glyph_Metrics(fn->glyphs[j], &metrics);