This commit is contained in:
benfry
2001-12-11 06:51:01 +00:00
parent a58256419e
commit 573b935351
3 changed files with 39 additions and 2 deletions

View File

@@ -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);
}