lots of fixes to the font code

This commit is contained in:
benfry
2004-10-09 19:19:59 +00:00
parent c93c16e567
commit 107e7a2ed2
5 changed files with 158 additions and 63 deletions

View File

@@ -189,7 +189,7 @@ public interface PMethods {
public void text(String s, float x, float y, float w, float h);
public void text(String s, float x, float y, float z, float w, float h);
public void text(String s, float x1, float y1, float z, float x2, float y2);
public void text(int num, float x, float y);