Skip to content

Commit

Permalink
Promote line height in text style created from paragraph style (flutt…
Browse files Browse the repository at this point in the history
  • Loading branch information
pulyaevskiy authored and jason-simmons committed Apr 13, 2018
1 parent 4e0fbb6 commit c386418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/txt/src/txt/paragraph_style.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c386418

Please sign in to comment.