mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
mostly font work, making multibyte fonts happen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user