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
This is a draft about better font support in Processing. This issue will be updated based on discussion and feedback from the community.
Currently Processing handles fonts only as bitmaps. It should use vector fonts.
Historically, OpenJDK has relied on ICU4J for Unicode support.
Variable fonts
It seems like OpenJDK has integrated Harfbuzz as a replacement for ICU4J, which has a number of benefits, including variable font support. More research is needed.
Looking at the Javadoc for the jdk looks like getting vector glyphs from a font is already supported but it didn't become clear to me if setting the variable font parameters is supported
Uh oh!
There was an error while loading. Please reload this page.
Note
This is a draft about better font support in Processing. This issue will be updated based on discussion and feedback from the community.
Currently Processing handles fonts only as bitmaps. It should use vector fonts.
Historically, OpenJDK has relied on ICU4J for Unicode support.
Variable fonts
It seems like OpenJDK has integrated Harfbuzz as a replacement for ICU4J, which has a number of benefits, including variable font support. More research is needed.
References
The text was updated successfully, but these errors were encountered: