Searched defs:font (Results 1 - 1 of 1) sorted by relevance

/systemd/src/vconsole/
H A Dvconsole-setup.c145 static int font_load_and_wait(const char *vc, const char *font, const char *map, const char *unimap) { argument
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 wa
[all...]

Completed in 10 milliseconds