mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Added textSize() as related to text() in reference
This commit is contained in:
@@ -13149,9 +13149,9 @@ public class PApplet extends Applet
|
||||
* @param x x-coordinate of text
|
||||
* @param y y-coordinate of text
|
||||
* @see PGraphics#textAlign(int, int)
|
||||
* @see PGraphics#textMode(int)
|
||||
* @see PApplet#loadFont(String)
|
||||
* @see PGraphics#textFont(PFont)
|
||||
* @see PGraphics#textMode(int)
|
||||
* @see PGraphics#textSize(float)
|
||||
* @see PGraphics#rectMode(int)
|
||||
* @see PGraphics#fill(int, float)
|
||||
* @see_external String
|
||||
|
||||
@@ -4234,9 +4234,9 @@ public class PGraphics extends PImage implements PConstants {
|
||||
* @param x x-coordinate of text
|
||||
* @param y y-coordinate of text
|
||||
* @see PGraphics#textAlign(int, int)
|
||||
* @see PGraphics#textMode(int)
|
||||
* @see PApplet#loadFont(String)
|
||||
* @see PGraphics#textFont(PFont)
|
||||
* @see PGraphics#textMode(int)
|
||||
* @see PGraphics#textSize(float)
|
||||
* @see PGraphics#rectMode(int)
|
||||
* @see PGraphics#fill(int, float)
|
||||
* @see_external String
|
||||
|
||||
Reference in New Issue
Block a user