notes about fallback fonts

This commit is contained in:
Ben Fry
2022-01-10 23:18:09 -05:00
parent 154d44eb59
commit d1a257d58f
+6
View File
@@ -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