add more labels as they fit at current scale

This commit is contained in:
Hannes Janetzek
2013-01-17 12:03:04 +01:00
parent 5c36b204ce
commit 3c990b3289
3 changed files with 168 additions and 146 deletions

View File

@@ -84,6 +84,6 @@ public class TextItem {
public Text text;
public float width;
public short x1, y1, x2, y2;
public short length;
// public byte placement
}