Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Size handling #57

Merged
merged 5 commits into from
Dec 4, 2023
Merged

Rework Size handling #57

merged 5 commits into from
Dec 4, 2023

Conversation

kchibisov
Copy link
Member

--

There're likely better ways to do that, but it really sucks to deal with those sizes on hidpi, since you can't pick some of them.

We also can't use f32 directly, since it's not Hash, so we could only do thins like that with fractions, etc.

@kchibisov
Copy link
Member Author

You can see example here alacritty/alacritty#7410

@kchibisov kchibisov changed the title Bump Size precision to 3 fp digits Rework Size handling Dec 3, 2023
This removes the `DPR` stuff due to it being redundant.
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
kchibisov and others added 2 commits December 4, 2023 03:05
Co-authored-by: Christian Duerr <[email protected]>
Co-authored-by: Christian Duerr <[email protected]>
@kchibisov kchibisov requested a review from chrisduerr December 3, 2023 23:05
src/darwin/mod.rs Outdated Show resolved Hide resolved
src/ft/mod.rs Outdated Show resolved Hide resolved
@kchibisov kchibisov requested a review from chrisduerr December 4, 2023 20:38
@kchibisov kchibisov merged commit 045be0d into alacritty:master Dec 4, 2023
2 checks passed
@kchibisov kchibisov deleted the more-prec branch December 4, 2023 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants