bounds.set(cache.getFont().getWrappedBounds(text, width));
cache.setWrappedText(text, 0, cache.getFont().isFlipped() ? 0 : bounds.height, width, halign);
}
public void setFont (BitmapFont font) {
cache = new BitmapFontCache(font);
switch (wrapType) {
case singleLine:
setText(text);
break;
case multiLine: