Search found 4 matches

by yikyak2
Sat Oct 25, 2008 11:12 am
Forum: Project Announcements
Topic: IrrFontTool Linux implementation
Replies: 14
Views: 2030

Patch works. Thanks. That makes sense. I found this in the Xorg docs: For KDE applications, you should select ``Anti-alias fonts'' in the ``Fonts'' panel of KDE's ``Control Center''. Note that this option is misnamed: it switches KDE to using Xft but doesn't enable anti-aliasing in case it was disab...
by yikyak2
Sat Oct 25, 2008 6:26 am
Forum: Project Announcements
Topic: IrrFontTool Linux implementation
Replies: 14
Views: 2030

I'm having trouble applying the new patch. Against both the original newFontTool directory and a 1st-patch-applied newFontTool directory, I get "Reversed (or previously applied) patch detected!" complaints from patch, with every option then leading to some failures. Did you diff off a clea...
by yikyak2
Fri Oct 24, 2008 2:11 pm
Forum: Project Announcements
Topic: IrrFontTool Linux implementation
Replies: 14
Views: 2030

I'm not at the machine in question right now, but I did manage to find settings which failed every time (prior to the null-guard kludge) so used these to find out what was wrong. On my machine it was: Charset: monotype Font: Arial Size: 20px Bold: True (all other options False) MaxWidth: 512 MaxHeig...
by yikyak2
Fri Oct 24, 2008 12:38 pm
Forum: Project Announcements
Topic: IrrFontTool Linux implementation
Replies: 14
Views: 2030

First of all, thanks very much for doing this. It's much appreciated. Secondly, I've had a series of segfaults while using it, but I've figured out why they happen. It seems as though it's possible to enter the inner 'rasterizing' loops of makeBitmapFont() [lines 637 to 659 in the patched CFontTool....