Home | History | Annotate | Download | only in gfx

Lines Matching defs:font_size

41 // Changes |font| to have the specified |font_size| (or |font_height| on Windows
44 void DeriveFontIfNecessary(int font_size,
52 // |font_size| to match GDI behavior.
62 if (current_style != target_style || current_size != font_size)
63 *font = font->Derive(font_size - current_size, target_style);
1184 const int font_size = run->font.GetFontSize();
1187 DeriveFontIfNecessary(font_size, font_height, run->font_style, &run->font);