-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add metrics to attributes #257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now it takes the maximum of either the buffer line height or the glyph line height for the whole run. I could probably only reference the glyph line height but I didn't want to run into empty lines being 0 height. |
@nicoburns should be resolved in the latest commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems reasonable from a code quality perspective, and I can follow the logic :)
This is working well enough for me that I will merge. Any issues I missed can be reported against master. |
Rewrite of #235, fixes #64