BitmapFontFlipTest.java | 38 private BitmapFontCache cache1, cache2, cache3, cache4, cache5;
field in class:BitmapFontFlipTest 62 cache1 = font.newFontCache();
67 createCaches("cached", cache1, cache2, cache3, cache4, cache5);
78 private void createCaches (String type, BitmapFontCache cache1, BitmapFontCache cache2, BitmapFontCache cache3,
80 cache1.setText("(" + type + ")", 10, 320 - 66);
153 cache1.draw(spriteBatch);
|