diff --git a/core/PFont.java b/core/PFont.java index 6117ec8af..4c4aa4109 100644 --- a/core/PFont.java +++ b/core/PFont.java @@ -223,7 +223,7 @@ public class PFont implements PConstants { //System.out.println(); } - if (version == 10) { // includes the font name at the end of the file + if (version >= 10) { // includes the font name at the end of the file name = is.readUTF(); psname = is.readUTF();