mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
remove hint(ENABLE_NATIVE_FONTS)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user