MicroFont - A cross platform font tool

Ive been working on this the last few days. Check it out and tell me what you think.

http://www.qiui.com/MicroFont/

Looks interesting… :slight_smile:

You are using somekind of font table hardcoded with a vector-like codes, am I wrong?

Do yo plan to release it opensource? :wink:

I dont understand what you mean by that :-/
I have not yet decided if I am going to release the font reader(the class that prints the fonts) under GPL, but the compiler I will probably not for some time.

I meant if the Font class is generating the fonts itself, that’s the fonts are embedded within it in arrays. You points that the fonts are external…

If you release the font renderer class the lgpl license would allow more projects to use it, including mine :wink: than gpl. I think gpl for j2me is not really usefull.

The fonts are compiled into binary files and the J2ME class reads that info and creates arrays, yes. Thus you can include many different fonts, sizes etc into the same midlet and use the same font class. Well, I intend it to be free for educational use and offer commercial licenses. A free version should be up by tonight.

I put up a test midlet for you to try and compare on different emulators etc at http://www.qiui.com/MicroFont/java/MicroFontTest.jar & http://www.qiui.com/MicroFont/java/MicroFontTest.jad

Im learning ANT atm so I wont be able to upload a test version for a few days.

Good job!

I like it! You may release the font reader under LGPL? Your font compiler I agree with you to make it comercial.

Keep on good coding :wink:

Cheers!