diff --git a/core/README.md b/core/README.md index b79ec168e..b23e6f767 100644 --- a/core/README.md +++ b/core/README.md @@ -59,6 +59,7 @@ inside main, will know the screen that's being used for the app #### Questions/To Do - bad idea, or worst idea, to have 'surface' var in PGraphics? +- move getFontRenderContext(font) to PApplet? surface? elsewhere? _ do we need canDraw() anymore? - Can we remove while() loop that waits until defaultSize is set false? - Does init() need to go away, because it's not going to work in any other setting? Because a surface must first be created, the init() method on its own will be a mess. diff --git a/core/todo.txt b/core/todo.txt index 6d769a68a..84949c135 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -8,6 +8,7 @@ X remove isGL(), is2D(), is3D(), displayable() from PApplet X these were auto-imported from PGraphics X remove pause variable from PApplet (was not documented) X added copy() to PImage (to work like get(), ala PVector) +X added getFontRenderContext() to PGraphics _ remove sketch path hack from PApplet