Skip to content

Commit

Permalink
Integrate Strut: Add StrutStyle, expose Strut API, wire up strut with…
Browse files Browse the repository at this point in the history
… dart:ui, Roll engine 31a7f4d..e7eb1c8 (7 commits) (flutter#26332)

Includes a breaking change to dart:ui ParagraphStyle where lineHeight is renamed to height for consistency with TextStyle.
  • Loading branch information
GaryQian authored and kangwang1988 committed Feb 12, 2019
1 parent 3733ac2 commit 7c4c482
Show file tree
Hide file tree
Showing 13 changed files with 787 additions and 46 deletions.
2 changes: 1 addition & 1 deletion bin/internal/engine.version
@@ -1 +1 @@
15f2b92cce916982b7dd8ce658bbf2a465c06ba4
e7eb1c8bf65531195fc76ba96c8fc8478ac5f554
2 changes: 1 addition & 1 deletion bin/internal/goldens.version
@@ -1 +1 @@
46a3d26acbb1b0d72b6b02c30f03b9dbda7d5bdf
cbd3fa445868962b7e910e498791755c988e9890
1 change: 1 addition & 0 deletions packages/flutter/lib/painting.dart
Expand Up @@ -51,6 +51,7 @@ export 'src/painting/paint_utilities.dart';
export 'src/painting/rounded_rectangle_border.dart';
export 'src/painting/shape_decoration.dart';
export 'src/painting/stadium_border.dart';
export 'src/painting/strut_style.dart';
export 'src/painting/superellipse_shape.dart';
export 'src/painting/text_painter.dart';
export 'src/painting/text_span.dart';
Expand Down

0 comments on commit 7c4c482

Please sign in to comment.