Searched refs:start_font (Results 1 – 1 of 1) sorted by relevance
1431 const Font& start_font = spans[start_paren_span_index].first; in TEST_F() local1433 EXPECT_EQ(start_font.GetFontName(), end_font.GetFontName()); in TEST_F()1434 EXPECT_EQ(start_font.GetFontSize(), end_font.GetFontSize()); in TEST_F()1435 EXPECT_EQ(start_font.GetStyle(), end_font.GetStyle()); in TEST_F()