File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
sources/net.sf.j2s.java.core/src/java/awt/font Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -100,20 +100,20 @@ public final class TextMeasurer implements Cloneable {
100100 // Number of lines to format to.
101101 private static float EST_LINES = (float ) 2.1 ;
102102
103- /*
104- static {
105- String s = System.getProperty("estLines");
106- if (s != null) {
107- try {
108- Float f = new Float(s);
109- EST_LINES = f.floatValue();
110- }
111- catch(NumberFormatException e) {
112- }
113- }
114- //System.out.println("EST_LINES="+EST_LINES);
115- }
116- */
103+
104+ // static {
105+ // String s = System.getProperty("estLines");
106+ // if (s != null) {
107+ // try {
108+ // Float f = new Float(s);
109+ // EST_LINES = f.floatValue();
110+ // }
111+ // catch(NumberFormatException e) {
112+ // }
113+ // }
114+ // //System.out.println("EST_LINES="+EST_LINES);
115+ // }
116+
117117
118118 private FontRenderContext fFrc ;
119119
You can’t perform that action at this time.
0 commit comments