This commit is contained in:
benfry
2004-10-05 04:40:02 +00:00
parent e63f18b559
commit 2d45e9d497

View File

@@ -727,9 +727,6 @@ public class PFont implements PConstants {
int glyph = index(c);
if (glyph == -1) return;
parent.stroke(150);
parent.line(x, y, x, y+10);
// starting point on the screen
int sx = (int) x + topExtent[glyph];
int sy = (int) y + leftExtent[glyph];