The next release has arrived.
The important changes in v0.3.4 are:
- setSize function added to all gui objects. Note that it may not be called before the load function.
- The setGlobalFont function was added to the window.
- Objects loaded from a file can have a callback id.
- You can use a horizontal scrollbar
- removeAllObjects no longer crashes the program
If I try to set text to an edit box in a form text file, the app crashes.
I don't have this problem, but this would mean that the example code would crash too.
Sometimes the text on a button gets blurry
I'll investigate this problem later, but I don't think that a blurry text has anything to do with my code for centering the text.
It can only get blurry when it is scaled instead of just changing it's text size.
Anyway, this problem should only appear when no text size was set, which you don't want to do in most situations (the text size will be different in every button).
Edit: What did you pass to the SetScale function?