/[gzz]/gzz/gzz/vob/impl/gl/GLTextStyle.java
ViewVC logotype

Diff of /gzz/gzz/vob/impl/gl/GLTextStyle.java

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

revision 1.1 by benja, Sat Nov 2 01:23:46 2002 UTC revision 1.2 by humppake, Thu Nov 21 12:51:55 2002 UTC
# Line 108  public static final String rcsid = "$Id$ Line 108  public static final String rcsid = "$Id$
108      }      }
109    
110      public float getDescent(float scale) {      public float getDescent(float scale) {
111          return scale * fontScale * theFont.getHeight() - fontScale * theFont.getYOffs();          return scale * fontScale * (theFont.getHeight() - theFont.getYOffs());
112      }      }
113    
114      public float getLeading(float scale) {      public float getLeading(float scale) {

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

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