x += kd + Kerning.getKerningGap(coords.getAAHeight());
last_c = c;
CachedGlyph cached_glyph = getCachedGlyph(c, font, gdo);
ImageWrapper i_w = cached_glyph.getImageWrapper();
int offset_y = cached_glyph.getOffsetY();
graphics.drawImage(i_w.getImage(), x, y + offset_y, null);
}
}