mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
rev 15
This commit is contained in:
@@ -856,8 +856,8 @@ public class ProcessingApplet extends Applet
|
||||
}
|
||||
|
||||
|
||||
public void setFont(BagelFont which) {
|
||||
g.setFont(which);
|
||||
public void setFont(BagelFont which, float size) {
|
||||
g.setFont(which, size);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user