23 auto collection = std::make_shared<FontCollection>();
26 auto strut_style = builder.TxtToSkia(style).getStrutStyle();
27 ASSERT_FALSE(strut_style.getHalfLeading());
30 strut_style = builder.TxtToSkia(style).getStrutStyle();
31 ASSERT_TRUE(strut_style.getHalfLeading());