mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
clean up the last of the font/pdf fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user