Lines Matching defs:font
145 static int font_load_and_wait(const char *vc, const char *font, const char *map, const char *unimap) {
150 /* An empty font means kernel font */
151 if (isempty(font))
157 args[i++] = font;
188 * A newly allocated VT uses the font from the active VT. Here
190 * font. It also allows to restart systemd-vconsole-setup.service,
191 * to apply a new font to all VTs.
226 /* copy font from active VT, where the font was uploaded to */
304 "vconsole.font", &vc_font,
305 "vconsole.font.map", &vc_font_map,
306 "vconsole.font.unimap", &vc_font_unimap,
321 /* Only copy the font when we executed setfont successfully */