Commit 776a79f5 authored by Adam Barth's avatar Adam Barth

Merge pull request #3000 from abarth/update_engine2

Update engine
parents 37581f94 89076c95
ce3b4547ac579f67a6e473f7f5b5eac4357424ff 516c096d987f9b04ac24af440396f693947e98ab
...@@ -164,7 +164,7 @@ class TextStyle { ...@@ -164,7 +164,7 @@ class TextStyle {
fontSize: fontSize, fontSize: fontSize,
letterSpacing: letterSpacing, letterSpacing: letterSpacing,
wordSpacing: wordSpacing, wordSpacing: wordSpacing,
lineHeight: height height: height
); );
} }
...@@ -172,6 +172,10 @@ class TextStyle { ...@@ -172,6 +172,10 @@ class TextStyle {
return new ui.ParagraphStyle( return new ui.ParagraphStyle(
textAlign: textAlign, textAlign: textAlign,
textBaseline: textBaseline, textBaseline: textBaseline,
fontWeight: fontWeight,
fontStyle: fontStyle,
fontFamily: fontFamily,
fontSize: fontSize,
lineHeight: height lineHeight: height
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment