processing / processing/processing4

[DISCUSSION] Vector Fonts Support

Open
#1,129 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

core enhancement
Dominant language
Java
Stars
494
Forks
183
Avg merge
4h 39m
Merged PRs (30d)
3

Description

[!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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no source files, tests, or entry points. Start by reviewing Processing's current bitmap-font handling and the linked OpenJDK, ICU4J, and HarfBuzz references; the work is complete when the project has a decided, documented approach for vector-font support, including the variable-font question.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
computer-graphics, desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.