mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
tidbits
This commit is contained in:
@@ -359,7 +359,7 @@ public class PdeEditorStatus extends Panel
|
||||
Graphics g = offscreen.getGraphics();
|
||||
if (font == null) {
|
||||
font = PdeBase.getFont("editor.status.font",
|
||||
new Font("SansSerif", Font.PLAIN, 12));
|
||||
new Font("SansSerif", Font.PLAIN, 12));
|
||||
g.setFont(font);
|
||||
metrics = g.getFontMetrics();
|
||||
ascent = metrics.getAscent();
|
||||
|
||||
Reference in New Issue
Block a user