Skip to content

Commit afb51fe

Browse files
committed
Added textSize() as related to text() in reference
1 parent ea56788 commit afb51fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/processing/core/PApplet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13149,9 +13149,9 @@ public float textWidth(char[] chars, int start, int length) {
1314913149
* @param x x-coordinate of text
1315013150
* @param y y-coordinate of text
1315113151
* @see PGraphics#textAlign(int, int)
13152-
* @see PGraphics#textMode(int)
13153-
* @see PApplet#loadFont(String)
1315413152
* @see PGraphics#textFont(PFont)
13153+
* @see PGraphics#textMode(int)
13154+
* @see PGraphics#textSize(float)
1315513155
* @see PGraphics#rectMode(int)
1315613156
* @see PGraphics#fill(int, float)
1315713157
* @see_external String

core/src/processing/core/PGraphics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4234,9 +4234,9 @@ protected float textWidthImpl(char buffer[], int start, int stop) {
42344234
* @param x x-coordinate of text
42354235
* @param y y-coordinate of text
42364236
* @see PGraphics#textAlign(int, int)
4237-
* @see PGraphics#textMode(int)
4238-
* @see PApplet#loadFont(String)
42394237
* @see PGraphics#textFont(PFont)
4238+
* @see PGraphics#textMode(int)
4239+
* @see PGraphics#textSize(float)
42404240
* @see PGraphics#rectMode(int)
42414241
* @see PGraphics#fill(int, float)
42424242
* @see_external String

0 commit comments

Comments
 (0)