UI Tweak programs

Hi,

I’m currently building an app with corona, and i would like to know if there are any programs that can make custom fonts and components (buttons,textfields etc). 

Thanks in advance. 

There are many programs (downloadable and on the web) that can be used to make:

  • bitmapped fonts  (Google bitmapped font OSX) (or Windows if you’re a Windows user).
  • button images (Google button maker) … etc. Get creative.  You can easily find these things.

Not sure what you mean by textfields.  The native text field objects is only semi-configurable.

Here is a online tool for making Bitmapped Fonts: http://kvazars.com/littera/

You can use PonyFont to implement text with the fonts produced by that (and other) tools: https://github.com/ponywolf/ponyfont

Lastly, when you say ‘components’, do you mean for use as image sheets with the widget.* lib?  There are many ways to make buttons that don’t require the widget.* lib, so it is a little unclear what you are asking here.

There are many programs (downloadable and on the web) that can be used to make:

  • bitmapped fonts  (Google bitmapped font OSX) (or Windows if you’re a Windows user).
  • button images (Google button maker) … etc. Get creative.  You can easily find these things.

Not sure what you mean by textfields.  The native text field objects is only semi-configurable.

Here is a online tool for making Bitmapped Fonts: http://kvazars.com/littera/

You can use PonyFont to implement text with the fonts produced by that (and other) tools: https://github.com/ponywolf/ponyfont

Lastly, when you say ‘components’, do you mean for use as image sheets with the widget.* lib?  There are many ways to make buttons that don’t require the widget.* lib, so it is a little unclear what you are asking here.