writing the faq, updating some code for beta

This commit is contained in:
benfry
2005-04-17 18:58:57 +00:00
parent 38452c6b5e
commit 181bcfcf95
10 changed files with 77 additions and 4 deletions

View File

@@ -758,7 +758,7 @@ public class PFont implements PConstants {
* This only works with Java 1.3 and higher.
*
* @param font the font object to create from
* @param all true to include all available characters in the font
* @param charset array of all unicode chars that should be included
* @param smooth true to enable smoothing/anti-aliasing
*/
public PFont(Font font, char charset[], boolean smooth) {