This commit is contained in:
benfry
2004-09-29 03:27:33 +00:00
parent 107e9297b5
commit 0357f4458b
3 changed files with 180 additions and 136 deletions

View File

@@ -268,7 +268,7 @@ public class PFont implements PConstants {
os.writeInt(charCount);
os.writeInt(8); // numBits
os.writeInt(mbox); // formerly mboxX (was 64, now 48)
os.writeInt(mbox2); // formerly mboxY (was 64, still 64)
os.writeInt(mbox2); // formerly mboxY (was 64, still 64)
os.writeInt(ascent); // formerly baseHt (was ignored)
os.writeInt(descent); // formerly struct padding for c version