FontMachie update available

Monkey Forums/Monkey Programming/FontMachie update available

ziggy(Posted 2014) [#1]
I've just released a new stable update to the free opensource FontMachine module.

This update has the following changes:

* Included WordWrap functionality to the framework.
* Included scrolling capabilities to WordWrappedText instances.
* Added one more sample and samples properly organized in folders
* Documentation is now using official Monkey documentation system, so it is integrated with Mojo documentation once the module is installed.

the update can be manually download here: http://www.jungleide.com/?page_id=5179 but if you already have FontMachine installed, and you use Jungle Ide, Jungle will automatically notify you about the update, and it will allow you to automatically install it without any additional action required by your side.


Raul(Posted 2014) [#2]
nice features Ziggy. Thanks for adding them.


Paul - Taiphoz(Posted 2014) [#3]
Without looking does the wordwrap handle wrapping the text itself or do we need it fill our text with ~n ?


ziggy(Posted 2014) [#4]
It does calculate wordwrapping. You define a wordwrapped text by assigning it a font, a string and a width and it is drawn with wrapping applied without having to add anything to the text or modifiying the string. Sample4 is what you may be interested in looking at.