mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Promote line height in text style created from paragraph style (flutter/engine#4995)
This commit is contained in:
parent
8ad80a986f
commit
cce93d025e
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user