processing / processing/libprocessing
Impement `Font` API Object
Open
@tychedelia is already working on this.
Since Apr 1, 2026.
- Dominant language
- Rust
- Stars
- 69
- Forks
- 14
- Avg merge
- 15d 22h
- Merged PRs (30d)
- 3
Description
We want to expose font loading to users. Bevy uses cosmic-text at the moment for font assets although may switch to parley soon. For the most part, this will involve just loading a Bevy Font asset, especially until we have a more solid path for UI. But, we'll also want to expose facilities for users to get curve information back for a given font, see https://docs.rs/cosmic-text/latest/cosmic_text/struct.SwashCache.html.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.