Commit 89076c95 authored by Adam Barth's avatar Adam Barth

Update engine

Also, pass font information to ui.ParagraphStyle.
parent 89143313
ce3b4547ac579f67a6e473f7f5b5eac4357424ff
516c096d987f9b04ac24af440396f693947e98ab
......@@ -164,7 +164,7 @@ class TextStyle {
fontSize: fontSize,
letterSpacing: letterSpacing,
wordSpacing: wordSpacing,
lineHeight: height
height: height
);
}
......@@ -172,6 +172,10 @@ class TextStyle {
return new ui.ParagraphStyle(
textAlign: textAlign,
textBaseline: textBaseline,
fontWeight: fontWeight,
fontStyle: fontStyle,
fontFamily: fontFamily,
fontSize: fontSize,
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