You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this was the original issue, but https://processing.org/reference/textFont_.html uses loadFont("andalemo.ttf", 32) which fails with loadFont() is for .vlw files, try createFont().
As per the discussion in #249 in general we should be showing
createFont()
overloadFont()
on documentation pages such as:https://processing.org/reference/textFont_.html
This also would likely require updating the screenshot images.
The text was updated successfully, but these errors were encountered: