impl Text::load_font
Open
Nobody has claimed this yet.
missing-impl
piet-cairo
text
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
It looks like font loading will be a bit of a project with pango; I haven't looked into it much, but the browsers manage to do it so we should be able to manage too.
Contributor guide
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
Start at the Text::load_font entry point and investigate how font loading can be supported with pango. Compare the required behavior with how browsers manage font loading, then define and implement a working font-loading path for piet. The issue names no files or tests, so the relevant entry points and validation steps must first be located.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100