From dc34d5ee37603ecd3305c7ee6b9a282ea82d5e2f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 12 Mar 2017 09:59:35 -0400 Subject: [PATCH] note about #4956 --- core/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 0fcf902e5..0da0bfb70 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -6,6 +6,8 @@ X add sumDouble() to FloatList, FloatDict (to handle outside float range) X throw exception when using sum() with numbers that are too large or small X createInput() and createOutput() now both use buffered streams by default X createInputRaw() does not, however +X don't derive the font again if the size is unchanged +X part of https://github.com/processing/processing/issues/4956 gohai