last bits for 71

This commit is contained in:
benfry
2004-10-10 18:29:40 +00:00
parent 4c2896c2fe
commit 98c4dfacca
5 changed files with 12 additions and 15 deletions

View File

@@ -205,7 +205,7 @@ public class PFont implements PConstants {
cached = false;
resetSize();
resetLeading(); // ??
//resetLeading(); // ??
space = OBJECT_SPACE;
align = ALIGN_LEFT;
}
@@ -295,7 +295,7 @@ public class PFont implements PConstants {
this.space = which;
if (space == SCREEN_SPACE) {
resetSize();
resetLeading();
//resetLeading();
}
}
@@ -313,6 +313,7 @@ public class PFont implements PConstants {
public void resetSize() {
//size = 12;
size = mbox; // default size for the font
resetLeading(); // has to happen with the resize
}