HGE Bitmap Font Builder initialization file

Initialization file

HGE Bitmap Font Builder keeps it's system variables in fonted.ini file. So, you can modify them to adjust builder's behavior. Currently, the following parameters are supported:

FullScreen
If = 1, the editor runs in fullscreen. If = 0, the editor runs in window. Default is 0.
PaddingTop
Number of empty pixels to add to the top of every generated character.
Default is 0.
PaddingBottom
Number of empty pixels to add to the bottom of every generated character.
Default is 0.
PaddingLeft
Number of empty pixels to add to the left of every generated character.
Default is 0.
PaddingRight
Number of empty pixels to add to the right of every generated character.
Default is 0.

The paddings are useful if you want to add additional effects to the generated font in a graphics package.