remove hint(ENABLE_NATIVE_FONTS)

This commit is contained in:
benfry
2012-12-15 22:02:22 +00:00
parent 55330b617f
commit 2c3ad34caa
6 changed files with 25 additions and 18 deletions

View File

@@ -60,13 +60,15 @@ public class PGraphicsPDF extends PGraphicsJava2D {
/** Shared across instances because it's incredibly time-consuming to create. */
static protected DefaultFontMapper mapper;
static protected String fontList[];
static protected String[] fontList;
/*
public PGraphicsPDF() {
// PDF always likes native fonts. Always.
hint(ENABLE_NATIVE_FONTS);
}
*/
public void setPath(String path) {