/[gzz]/gzz/gzz/vob/vobs/TextVob.java
ViewVC logotype

Diff of /gzz/gzz/vob/vobs/TextVob.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Mon Nov 4 22:15:04 2002 UTC revision 1.3 by humppake, Thu Nov 21 20:55:59 2002 UTC
# Line 115  String rcsid = "$Id$"; Line 115  String rcsid = "$Id$";
115          /*g.clipRect(rect.x, rect.y,          /*g.clipRect(rect.x, rect.y,
116                        rect.width,                        rect.width,
117                        rect.height + 3);*/                        rect.height + 3);*/
118            // float scale = style.getScaleByHeight(h-3); // Why h-3?
119    
120          float scale = style.getScaleByHeight(h-3);          float scale = style.getScaleByHeight(h);
121          if(dbg) pa("Render @ scale " + scale + ": '"+text+"' "+x+" "+y+" "+w+" "+h);          if(dbg) pa("Render @ scale " + scale + ": '"+text+"' "+x+" "+y+" "+w+" "+h);
122    
123          float fasc = style.getAscent(scale);          float fasc = style.getAscent(scale);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26