mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
text api work, not necessarily complete
This commit is contained in:
@@ -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