mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
oops
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user