mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
textures working, but still no fonts
This commit is contained in:
@@ -4028,7 +4028,7 @@ public class PApplet extends Applet
|
||||
Frame frame = new Frame();
|
||||
frame.setResizable(false); // remove the grow box
|
||||
frame.pack(); // get insets. get more.
|
||||
frame.show(); // gl hack
|
||||
//frame.show(); // gl hack
|
||||
Class c = Class.forName(name);
|
||||
PApplet applet = (PApplet) c.newInstance();
|
||||
|
||||
@@ -4141,6 +4141,11 @@ public class PApplet extends Applet
|
||||
// public functions for processing.core
|
||||
|
||||
|
||||
public void modified() {
|
||||
g.modified();
|
||||
}
|
||||
|
||||
|
||||
public void alpha(int alpha[]) {
|
||||
g.alpha(alpha);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user