1

I´m trying to write some text in different Texture objects in libGDX. Is it possible to merge fonts with Texture objects?

Ammar
  • 51
  • 6

1 Answers1

3

Yes, you can do this. You can use the same approach as used here to write to a TextureRegion with SpriteBatch.

Community
  • 1
  • 1
Sound Conception
  • 5,263
  • 5
  • 30
  • 47