From d1a257d58f96c621fd5ebceb49796d4b1c4e742f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 10 Jan 2022 23:18:09 -0500 Subject: [PATCH] notes about fallback fonts --- core/todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 265ddb010..cb6abe303 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -11,6 +11,7 @@ _ also need to check for other reports about this X textSize() losing some symbols X actually a problem that the default font isn't being set X https://github.com/processing/processing4/issues/303 +X add warning when default font set and drawing unavailable characters X multiple windows with GL _ https://github.com/processing/processing4/issues/312 @@ -25,6 +26,11 @@ X https://github.com/processing/processing4/pull/316 X https://github.com/processing/processing/issues/6009 +_ how to handle fallback fonts +_ could implement this for the default, but also, SansSerif sucks +_ https://stackoverflow.com/a/9482676 +_ in addition, it would need to be implemented for textWidth() + _ possibly move jogl back to a separate library