[ 1564523 ] Max width of print element not always respected

This commit is contained in:
Heng Sin Low 2008-07-29 07:33:52 +00:00
parent 9f3e5592d7
commit 582d8a0e07
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ public class LayoutEngine implements Pageable, Printable, Doc
private float m_lastWidth[] = new float[] {0f, 0f, 0f};
/** Draw using attributed String vs. Text Layout where possible */
public static boolean s_FASTDRAW = true;
//hengsin: [ 1564523 ] Max width of print element not always respected
public static boolean s_FASTDRAW = false;
/** Print Copy (print interface) */
private boolean m_isCopy = false;