small update to FontMachine

Monkey Forums/Monkey Programming/small update to FontMachine

ziggy(Posted 2013) [#1]
I've commit a small update to the fontmachine module.
This new update adds a new overload to the DrawText function that allows you to set a first and last char to be drawn, so you can draw a substring of the text parameter without having to create a substring, wich can play nicer on the GC.

you can get it here:
http://www.jungleide.com/?page_id=515

You can also let Jungle Ide detect and install automatically the update.


ziggy(Posted 2013) [#2]
Just to let everybody know that there's a googlecode project page for the open source FontMachine module.
This googlecode page should contain latest "dev" version of FontMachine module. Latest stable version will be packed and available on the jungleide.com website as always has been, and will have automatic updating system for jungleide and jungle lite users.

This is the page: https://code.google.com/p/fontmachine/


Xaron(Posted 2013) [#3]
This is great Manel, thanks so much for this!