textures working, but still no fonts

This commit is contained in:
benfry
2004-12-12 22:14:31 +00:00
parent 05632ac22b
commit 0f5d820235
5 changed files with 55 additions and 11 deletions

View File

@@ -6,6 +6,8 @@ package processing.core;
public interface PMethods {
public void modified();
public void alpha(int alpha[]);
public void alpha(PImage alpha);