-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support top ratio based vertical alignment #5
Conversation
Is this ready for review? Or is it needed a preliminary draft review? |
WIP: testing |
Ok, I'll review it after testing :). Testing discovers new bugs and the code changes. |
5728d39
to
9858293
Compare
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.
Might worth to add a test in skiko to set the topRatio, get it and check the line metrics.
Support configurable vertical centering for implementing Compose's `LineHeightStyle.Alignment`. https://youtrack.jetbrains.com/issue/CMP-2602 See also: - JetBrains/skia#5 - JetBrains/compose-multiplatform-core#1569
Support configurable vertical centering for implementing Compose's
LineHeightStyle.Alignment
.https://youtrack.jetbrains.com/issue/CMP-2602
See also:
LineHeightStyle.Alignment
compose-multiplatform-core#1569