by neoaez » Thu Aug 16, 2012 8:48 pm
Thanks.
I've added the option to set the font and color for Font01 (the unit name and model #). You can also change the font for Font02 (the flavor text box).
If you dig into the template's code you will see I've cleaned up the style sheets and moved the scripts to their own file. This should make future enhancements a bit easier and changes/updates less time consuming.
*EDIT* I've pulled the release for a bit. I may have a way of allowing you to just type in the name of the font you want and if it is installed on your system it will use it, else it will fallback to Arial.
*EDIT #2* =) ...and it has been released again. I've included a few font and color options in a drop down. I've also included text fields (font01 override, fontcolor01 override, etc...).
You can type the name of a font in the font01 or 02 overrides and if the name matches a font installed on your system it will use it.
You can type a color in rgb format (example 0,0,0 for black, 128,128,128 for gray, 255,255,255 for white, etc...). Values must be from 0-255.
Hopefully this makes sense.