Added textSize() as related to text() in reference

This commit is contained in:
Scott Murray
2014-06-06 14:38:04 -07:00
parent ea56788db2
commit afb51feb99
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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