The first explicitely set tab stop was always skipped. For all non-explicitely set tab stops it inserted a fixed spacing. This commit changes the behaviour so tabs are aligned to columns. It also adds handling of tabs to BitmapFont.getLineWidth() which ignored tabs before.