clean up the last of the font/pdf fixes

This commit is contained in:
benfry
2011-03-07 22:53:46 +00:00
parent 8c1f7cdbe4
commit 13fb0b4157
3 changed files with 15 additions and 10 deletions

View File

@@ -62,7 +62,10 @@ public class PGraphicsPDF extends PGraphicsJava2D {
static protected String fontList[];
public PGraphicsPDF() { }
public PGraphicsPDF() {
// PDF always likes native fonts. Always.
hint(ENABLE_NATIVE_FONTS);
}
public void setPath(String path) {