Skip to content

Instantly share code, notes, and snippets.

@Majirefy
Last active March 20, 2017 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Majirefy/5287452925490bf3f885be8d45a30475 to your computer and use it in GitHub Desktop.
Save Majirefy/5287452925490bf3f885be8d45a30475 to your computer and use it in GitHub Desktop.
fun makeFonts() {
smallFont = manager[Resources.FONT_PATH]
smallFont.region.texture.setFilter(Texture.TextureFilter.Linear, Texture.TextureFilter.Linear)
smallFont.data.scale(0.08f)
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment