diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 110814425..6cc69fdc5 100755 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -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 diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index 517527102..e88e465a5 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -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