mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
sort list of fonts from PGraphicsPDF.listFonts()
This commit is contained in:
@@ -624,8 +624,7 @@ public class PGraphicsPDF extends PGraphicsJava2D {
|
||||
//System.out.println(entry.getKey() + "-->" + entry.getValue());
|
||||
list[count++] = (String) entry.getKey();
|
||||
}
|
||||
//return PApplet.sort(list);
|
||||
return list;
|
||||
return PApplet.sort(list);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user