Lines Matching defs:font
47 #include <linux/font.h>
59 #define STI_DEF_FONT sticon_sti->font
226 /* check if font is already used by other console */
232 /* current font is the same as the new one */
241 /* clear screen with old font: we now may have less rows */
247 /* delete old font in case it is a user font */
257 /* need to repaint screen if cols & rows are same as old font */
269 static int sticon_font_set(struct vc_data *vc, struct console_font *font,
272 return sticon_set_font(vc, font);
281 vc_cols = sti_onscreen_x(sti) / sti->font->width;
282 vc_rows = sti_onscreen_y(sti) / sti->font->height;
297 /* free memory used by user font */