mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
more moving things around
This commit is contained in:
@@ -420,7 +420,7 @@ public class PFont implements PConstants {
|
||||
boolean savedStroke = parent.stroke;
|
||||
|
||||
parent.textureMode = IMAGE_SPACE;
|
||||
parent.drawing_text = true;
|
||||
//parent.drawing_text = true;
|
||||
parent.stroke = false;
|
||||
|
||||
float x1 = x + lextent * size;
|
||||
@@ -446,7 +446,7 @@ public class PFont implements PConstants {
|
||||
parent.endShape();
|
||||
|
||||
parent.textureMode = savedTextureMode;
|
||||
parent.drawing_text = false;
|
||||
//parent.drawing_text = false;
|
||||
parent.stroke = savedStroke;
|
||||
|
||||
} else { // SCREEN_SPACE
|
||||
|
||||
Reference in New Issue
Block a user