renaming library files

This commit is contained in:
benfry
2004-09-30 00:57:37 +00:00
parent 419b204a99
commit d3965c5f93
6 changed files with 59 additions and 31 deletions

View File

@@ -524,8 +524,13 @@ public class PFont implements PConstants {
/**
* Draw text in a text both that is constrained to a
* particular width and height
* Draw text in a box that is constrained to a
* particular width and height.
*
* Note that the x,y coords of the start of the box
* will align with the *ascent* of the text,
* not the baseline, as is the case for the other
* text() functions.
*/
public void text(String str, float x, float y, float z,
float w, float h, PGraphics parent) {