aboutsummaryrefslogtreecommitdiff
path: root/console-tools/loadfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/loadfont.c')
-rw-r--r--console-tools/loadfont.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index 29f723ec0..6dc8fa831 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -10,33 +10,33 @@
10 * Licensed under GPLv2, see file LICENSE in this source tree. 10 * Licensed under GPLv2, see file LICENSE in this source tree.
11 */ 11 */
12//config:config LOADFONT 12//config:config LOADFONT
13//config: bool "loadfont" 13//config: bool "loadfont (5.4 kb)"
14//config: default y 14//config: default y
15//config: select PLATFORM_LINUX 15//config: select PLATFORM_LINUX
16//config: help 16//config: help
17//config: This program loads a console font from standard input. 17//config: This program loads a console font from standard input.
18//config: 18//config:
19//config:config SETFONT 19//config:config SETFONT
20//config: bool "setfont" 20//config: bool "setfont (26 kb)"
21//config: default y 21//config: default y
22//config: select PLATFORM_LINUX 22//config: select PLATFORM_LINUX
23//config: help 23//config: help
24//config: Allows to load console screen map. Useful for i18n. 24//config: Allows to load console screen map. Useful for i18n.
25//config: 25//config:
26//config:config FEATURE_SETFONT_TEXTUAL_MAP 26//config:config FEATURE_SETFONT_TEXTUAL_MAP
27//config: bool "Support reading textual screen maps" 27//config: bool "Support reading textual screen maps"
28//config: default y 28//config: default y
29//config: depends on SETFONT 29//config: depends on SETFONT
30//config: help 30//config: help
31//config: Support reading textual screen maps. 31//config: Support reading textual screen maps.
32//config: 32//config:
33//config:config DEFAULT_SETFONT_DIR 33//config:config DEFAULT_SETFONT_DIR
34//config: string "Default directory for console-tools files" 34//config: string "Default directory for console-tools files"
35//config: default "" 35//config: default ""
36//config: depends on SETFONT 36//config: depends on SETFONT
37//config: help 37//config: help
38//config: Directory to use if setfont's params are simple filenames 38//config: Directory to use if setfont's params are simple filenames
39//config: (not /path/to/file or ./file). Default is "" (no default directory). 39//config: (not /path/to/file or ./file). Default is "" (no default directory).
40//config: 40//config:
41//config:comment "Common options for loadfont and setfont" 41//config:comment "Common options for loadfont and setfont"
42//config: depends on LOADFONT || SETFONT 42//config: depends on LOADFONT || SETFONT