public GlyphBuilder
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 61
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
re-posting from the source documentation in https://github.com/linebender/norad/blob/master/src/glyph/builder.rs
> // NOTE: The builders are private to the crate until we have a real-world use-case for making
// them public. Then, we need to think about maybe doing without a GlyphBuilder at all (check
// for elements occuring once in parse.rs) and only keeping OutlineBuilder.
Related: https://github.com/linebender/norad/issues/95
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.
Research direction
Read src/glyph/builder.rs and inspect the related parsing references in parse.rs. Review issue #95 and the source note to understand the real-world use case and whether GlyphBuilder should become public. Done means the project has a decided public-builder design and the corresponding API work is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100