mirror of
https://github.com/processing/processing4.git
synced 2026-05-27 10:36:28 +02:00
text api work, not necessarily complete
This commit is contained in:
+2
-2
@@ -169,10 +169,10 @@ public interface PMethods {
|
||||
|
||||
public void textFont(PFont which);
|
||||
|
||||
public void textFont(PFont which, float size);
|
||||
|
||||
public void textSize(float size);
|
||||
|
||||
public void textFont(PFont which, float size);
|
||||
|
||||
public void textLeading(float leading);
|
||||
|
||||
public void textMode(int mode);
|
||||
|
||||
Reference in New Issue
Block a user