mirror of
https://github.com/processing/processing4.git
synced 2026-02-27 09:14:36 +01:00
sets the resized native font in PGraphicsOpenGL, fix #2109
This commit is contained in:
@@ -1900,6 +1900,11 @@ public abstract class PGL {
|
||||
}
|
||||
|
||||
|
||||
protected Object getDerivedFont(Object font, float size) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
// Tessellator interface
|
||||
|
||||
Reference in New Issue
Block a user