Set Font Size

Hello Corona Community!

I have a quick question that could really help my current project! I have basically finished the entire app, and as I am now looking at it and play with it and showing it to other people…The general consensus is that the font size is too small.

Now I know how to change the font size for individual text elements, but that would take me FOREVER. So now my questions is, is there a way to include something in the main.lua, like a system.fontSize or something to increase the font for the entire app?

Thanks in advance!

Kurt [import]uid: 86879 topic_id: 29742 reply_id: 329742[/import]

Well, I think you are going to have to resign yourself to going through and changing the font sizes manually but what I would do is declare a font size variable in your main lua like myFontSize = 14. You can then replace your current font sizes with that so that if oyu need to further tweak it you won’t have another head ache on your hands. [import]uid: 147305 topic_id: 29742 reply_id: 119376[/import]

OK, good idea witht he variable, but a bummer I got change it all! [import]uid: 86879 topic_id: 29742 reply_id: 119380[/import]