提交 c386418f 编写于 作者: A Anatoly Pulyaevskiy 提交者: Jason Simmons

Promote line height in text style created from paragraph style (#4995)

上级 4e0fbb6f
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册