Asphyre is vry easy to make fonts ;]

=( im having problems with SDL fonts



Generate fonts with "fonttool" and add to the asdb file (the tool make that)

then in form create

[pascal]Fonts.LoadFromASDb(ASDb);
Images.LoadFromASDb(ASDb);[/pascal]

Use then like this
[pascal]fonts.Items[0].TextOut(IntToStr(Timer.FrameRate) + ' : FPS', 40, 415, $FF46CC00, $FF00FFFF, fxBlend);[/pascal]