mostly font work, making multibyte fonts happen

This commit is contained in:
benfry
2004-07-17 03:49:47 +00:00
parent e823eb65f4
commit 859e2580cf
11 changed files with 277 additions and 213 deletions

View File

@@ -185,6 +185,10 @@ public interface PMethods {
public void text(String s, float x, float y, float z);
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(int num, float x, float y);
public void text(int num, float x, float y, float z);