Hi :) I was in trouble making an outlined font with fonted because the letters were too close from eachother. So I modified fonted a bit to include more space between each letter (the space added is relative to the font size). This amount is not modifiable in the program itself but you can deal with it in "generate.cpp", line 86-87 and 136. I also had to remove some letters (?—, ??, , , ??, ?¶, , ??, ??) to prevent the program from crashing when the texture would have to be larger than 1024/1024 (thus it depends on the font you use : with arial the program crashes if the size is above 54 and all letters selected, with some others you can reach 80 with all letters selected and bold checked).
Here is the link : Click me (source provided, .exe compiled with HGE 1.7 and directX9)