Searched refs:min_font (Results 1 – 1 of 1) sorted by relevance
83 const Font min_font(base_font.GetFontName(), GetMinFontSize()); in TEST() local88 platform_font->DeriveFontWithHeight(min_font.GetHeight() - 1, 0); in TEST()89 EXPECT_EQ(min_font.GetFontSize(), derived_font.GetFontSize()); in TEST()90 EXPECT_EQ(min_font.GetHeight(), derived_font.GetHeight()); in TEST()