SHARE
TWEET

Untitled

a guest Sep 10th, 2014 163 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fontGenerator   =       new FreeTypeFontGenerator(Gdx.files.internal("arcade.ttf"));
  2.                 fontParameter.size = 12;               
  3.                 customFont = fontGenerator.generateFont(fontParameter);
  4.                 fontGenerator.dispose();
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top