Changeset 1150


Ignore:
Timestamp:
09/19/18 11:50:27 (6 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/TextLayoutManager.java

    r1145 r1150  
    1717        public List<TextLayout> layoutStringRelative(String string, Font font, int widthLimit, int lineSpacing, boolean dontBreakWords, boolean fullJustify)
    1818        {
    19                 //
    2019                return layoutString(string, font, Point.ORIGIN.clone(), null, widthLimit, lineSpacing, dontBreakWords, fullJustify);
    2120        }
Note: See TracChangeset for help on using the changeset viewer.