Lines Matching refs:font
47 #include <linux/font.h>
59 #define STI_DEF_FONT sticon_sti->font
225 /* check if font is already used by other console */
231 /* current font is the same as the new one */
240 /* clear screen with old font: we now may have less rows */
246 /* delete old font in case it is a user font */
256 /* need to repaint screen if cols & rows are same as old font */
270 static int sticon_font_set(struct vc_data *vc, struct console_font *font,
273 return sticon_set_font(vc, font, vpitch);
282 vc_cols = sti_onscreen_x(sti) / sti->font->width;
283 vc_rows = sti_onscreen_y(sti) / sti->font->height;
298 /* free memory used by user font */