NextText for Processing Change Log ======================================================================== v 1.21 + Fixed the way stroke and fill properties were being initialized for TextObjects. The fix actually works in all cases this time. + Fixed a bug which sometimes caused all TextObjectGlyphs to be tagged as 'deformed' even if it was not the case. + Added clear() and clearPage(...) methods to the Book for removing TextObjects. + Fixed a bug in OnDrag which caused all TextObjects in the Book to get dragged, not just the one under the mouse. + Fixed a bug which caused glyph Behaviours to be applied to groups when building sentences. + Fixed a bug which caused groups built with a maximum line length not to be aligned properly. + Added textAlign(...) method to the Book to set how text is justified horizontally. Possible values are LEFT (default), CENTER, and RIGHT. ======================================================================== v 1.11 + Updated and fixed Javadoc comments. + Added OnMousePressedOver and OnMouseReleasedOver Actions. + Converted some attributes from private to protected visibility for use in other classes. + Fixed the way stroke and fill properties were being initialized for TextObjects. + Converted the JAR file to lowercase for Linux compatibility. + Changed algorithm so that TextObjects dragged stay dragged even if the mouse slips off of them for a frame or two. If the TextObject is under the mouse at the press, it keeps being dragged until the mouse is released. ======================================================================== v 1.2.2 + Fixed bug in attachChild(...) method where a TextObject added in the middle of the group would be attached one position too many to the right. + Added the customizable parameters "tracking offset" and "line height" to the TextObjectBuilder. ======================================================================== v 1.0.2 + Initial release.