@@ -15,7 +15,11 @@ X window at this point. And re-opening a new winodw is a lot of mess.
1515X Better all around to just encourage the use of sketchFullScreen()
1616X or cmd/ctrl-shift-R in the PDE.
1717X make notes about methods removed from JSON to be conservative
18-
18+ X remove default findNative() that was enabling native fonts w/ p5
19+ o when using loadFont(), don't enable native fonts unless hint() in use
20+ o but on createFont(), we're probably OK
21+ o might need to make reference notes about the two behaviors
22+ X decision: remove hint(ENABLE_NATIVE_FONTS)
1923
2024_ PImage.resize() greater than loaded image size hangs Java App
2125_ http://code.google.com/p/processing/issues/detail?id=1463
@@ -65,11 +69,6 @@ X saveTable("filename.tsv") or saveTable("filename.txt", "tsv")
6569X createTable() method in PApplet
6670X removed getUniqueXxxx() and some others, pending names
6771
68- o when using loadFont(), don't enable native fonts unless hint() in use
69- o but on createFont(), we're probably OK
70- o might need to make reference notes about the two behaviors
71- _ decision: remove hint(ENABLE_NATIVE_FONTS)
72-
7372_ implement mousePressed(Event) etc
7473_ better to do this instead of bringing back the magic event
7574_ or implementing the magic event on Android
0 commit comments