Checkbox Font Change
Changing font or font size does not work in designer. Please look into the matter
I know it doesn't, this is by design, one of the principles of this project is to enforce consistency across the UI. Allowing the user to change font sizes would break this principle. What I can do is to allow the user to increase or decrease the size of ALL fonts (like android can do). Although for that, some serious code rewrite would be necessary.
I'm leaving this open as a enhancement request for app-wide font scale (accessibility)
I'm finding the controls are just too large to use effectively.
Any tips or suggestions for looking into app-wide font scaling @leocb ?
Not at the moment, sorry ;/ The size of everything is hard-coded ATM, it would require some code refactoring to allow dynamic scaling. not too hard tough, I tried to use constants for the size of stuff as often as I could, so allowing scaling would be trivial. One point I'd have to pay attention to is font size, they're pre-loaded when the skinManager loads; If you want to allow the user to change scaling at run-time it would require a app restart - or at least a skinManager hot reload, but I don't know if this is feasible.
If your complain is mainly about the textbox size, Then I'm with you on this one, I have a working small textbox variant on my local code, I just have to find some time to squash some bugs so I can commit it.