Search found 4 matches

by alex20140116
Thu Feb 13, 2014 3:25 pm
Forum: JCommon
Topic: Anothe TextUtilities issue
Replies: 7
Views: 49316

Re: Anothe TextUtilities issue

It seems to me there is no difference Win Or Linux there. I used Windows 7, Java 7, but our production platform uses Solaris.
by alex20140116
Thu Feb 13, 2014 9:56 am
Forum: JCommon
Topic: Anothe TextUtilities issue
Replies: 7
Views: 49316

Re: Anothe TextUtilities issue

I have not managed to attach images, so I uploaded then into 3-party server http://ksbeta.pr1.ssstest.com/User/60/60040/media/49/49800.png - It's normal picture, while you reduce width http://ksbeta.pr1.ssstest.com/User/60/60040/media/49/49801.png - It's fixed library picture, not fixed could not ge...
by alex20140116
Thu Feb 13, 2014 9:44 am
Forum: JCommon
Topic: Anothe TextUtilities issue
Replies: 7
Views: 49316

Re: Anothe TextUtilities issue

I's quite difficult, but we've reproduced it many times: - create 3d pie chart diagram with 2 options (50% and 50%) with width 250 and height 250 pixels - create labels for options with big texts (for instance 'Yes Yes Yes Yes Yes Yes' and 'No No No No No No No') - Image looks good - reduce width fo...
by alex20140116
Wed Feb 12, 2014 12:20 pm
Forum: JCommon
Topic: Anothe TextUtilities issue
Replies: 7
Views: 49316

Anothe TextUtilities issue

When nextLineBreak() method renurns 0, the programm will infinite loop. To resolve this we need to modify public static TextBlock createTextBlock(final String text, final Font font, final Paint paint, final float maxWidth, final int maxLines, final TextMeasurer measurer) { final TextBlock result = n...