mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
lots of fixes to the font code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user