Fennel e60d67b1bb Fixes tab stops in BitmapText / BitmapFont.
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.
2016-12-07 07:05:23 +01:00
..