We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If one mistakenly calls loadFont("data/Avenir-Light-48.vlw"), instead of loadFont("Avenir-Light-48.vlw"), the call with "data":
This is Processing4.3, MacOS 15.4.1. Crashes on both x86 and aarch.
To test, create a font using Tools->Generate Font, then:
PFont font; void setup() { fullScreen(P2D); frameRate(60); font = loadFont("data/Avenir-Light-48.vlw"); } void draw() { }
The text was updated successfully, but these errors were encountered:
Hi @antoineschmitt. I was able to reproduce this bug in Processing 4.4.3. Thanks for your report. We will investigate the issue.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
If one mistakenly calls loadFont("data/Avenir-Light-48.vlw"), instead of loadFont("Avenir-Light-48.vlw"), the call with "data":
This is Processing4.3, MacOS 15.4.1. Crashes on both x86 and aarch.
To test, create a font using Tools->Generate Font, then:
The text was updated successfully, but these errors were encountered: