Search code examples
libgdxlabelscene2d

Label not increasing in size


I want make my label of Scene2D larger. I have scaled and set width and height to 200 and higher and it stays the same size.

Help? thanks.


Solution

  • So you want a bigger font size?

    You can do that by calling lbl.font.setScale(yourFontSize);.