mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
cleaning up some of the mess with file i/o functions.. making things static
This commit is contained in:
@@ -1535,6 +1535,9 @@ public class PGraphics extends PImage implements PConstants {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sets the alignment of the text to one of LEFT, CENTER, or RIGHT.
|
||||
*/
|
||||
public void textAlign(int align) {
|
||||
textAlign = align;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user