Description
Characters such as "τ" or "π" are replaced with a "?" when displaying text to screen in Processing 3.3.7 build 0264
Expected Behavior
These characters should display correctly in latest Processing 3.3.7 build 0264
Current Behavior
They did display correctly in Processing 3.3.6 build 0263
Steps to Reproduce
Run this code:
fill(0);
text("τ π", 50, 50);
- With Processing 3.3.6 build 0263 which displays correctly.
2 . With Processing 3.3.7 build 0264 which replaces characters with ?.
Latest build:
https://github.com/processing/processing
Build instructions:
//https://github.com/processing/processing/wiki/Build-Instructions
Your Environment
- Processing version: 3.3.6 build 0263 (works) and 3.3.7 build 0264 (issues with fonts)
- Operating System and OS version: W10
- Other information:
Possible Causes / Solutions
Description
Characters such as "τ" or "π" are replaced with a "?" when displaying text to screen in Processing 3.3.7 build 0264
Expected Behavior
These characters should display correctly in latest Processing 3.3.7 build 0264
Current Behavior
They did display correctly in Processing 3.3.6 build 0263
Steps to Reproduce
Run this code:
2 . With Processing 3.3.7 build 0264 which replaces characters with ?.
Latest build:
https://github.com/processing/processing
Build instructions:
//https://github.com/processing/processing/wiki/Build-Instructions
Your Environment
Possible Causes / Solutions