diff --git a/engine/src/flutter/third_party/txt/src/txt/paragraph_style.cc b/engine/src/flutter/third_party/txt/src/txt/paragraph_style.cc index 362f138bb30..5c00409782c 100644 --- a/engine/src/flutter/third_party/txt/src/txt/paragraph_style.cc +++ b/engine/src/flutter/third_party/txt/src/txt/paragraph_style.cc @@ -25,6 +25,7 @@ TextStyle ParagraphStyle::GetTextStyle() const { result.font_family = font_family; result.font_size = font_size; result.locale = locale; + result.height = line_height; return result; }