```ex``` as a unit
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 56.1k
- Forks
- 1.7k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 22
Description
Description
em units are used for lengths involving spacing or that which otherwise depends on the horizontal size of the font. For those cases involving vertical spacings, the unit typically used is ex (though people will sometimes substitute that for em).
ex is roughly the height of an 'x' in the current font.
Use Case
Measuring vertical spacing where the relationship with the font height is important.
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
No files, tests, or entry points are named. First clarify the implementation approach and acceptance criteria for an ex unit based on the current font; done should include support for vertical spacing whose size tracks the height of an x in that font.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100