Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[Impeller] libImpeller: Respect the paragraph style line height specification. #56066

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

chinmaygarde
Copy link
Member

cc @lyceel

@@ -28,6 +28,7 @@ void ParagraphStyle::SetFontSize(double size) {

void ParagraphStyle::SetHeight(double height) {
style_.height = height;
style_.has_height_override = (height != 0.0);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this isn't an optional. There is also a similar pattern around struts.

Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 23, 2024
Copy link
Contributor

auto-submit bot commented Oct 23, 2024

auto label is removed for flutter/engine/56066, due to - The status or check suite Mac mac_unopt has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 23, 2024
@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 24, 2024
@auto-submit auto-submit bot merged commit b1c2ba8 into flutter:main Oct 25, 2024
30 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 25, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Oct 25, 2024
…157572)

flutter/engine@29440ed...b1c2ba8

2024-10-25 [email protected] [Impeller] libImpeller: Respect the paragraph style line height specification. (flutter/engine#56066)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@chinmaygarde chinmaygarde deleted the lineheight branch October 25, 2024 17:40
nick9822 pushed a commit to nick9822/flutter that referenced this pull request Dec 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App e: impeller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants