Index: font/font.c =================================================================== --- font/font.c (revision 36520) +++ font/font.c (revision 36521) @@ -324,7 +324,7 @@ long n; rnd_glyph_t *g = &font->glyph[*s]; - width = g->width + space; + width = g->width; for(n = 0; n < g->atoms.used; n++) { rnd_glyph_atom_t *a = &g->atoms.array[n]; rnd_coord_t unscaled_radius;