17#include "gtest/gtest.h"
35 auto collection = std::make_shared<FontCollection>();
38 auto strut_style =
builder.TxtToSkia(style).getStrutStyle();
39 ASSERT_FALSE(strut_style.getHalfLeading());
42 strut_style =
builder.TxtToSkia(style).getStrutStyle();
43 ASSERT_TRUE(strut_style.getHalfLeading());
ParagraphBuilder implementation using Skia's text layout module.
SkiaParagraphBuilderTests()
TEST_F(SkiaParagraphBuilderTests, ParagraphStrutStyle)