Home
last modified time | relevance | path

Searched refs:min_font (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
Dplatform_font_win_unittest.cc83 const Font min_font(base_font.GetFontName(), GetMinFontSize()); in TEST() local
88 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()