1GRUB-MKFONT(3) Library Functions Manual GRUB-MKFONT(3)
2
3
4
6 grub-mkfont — Convert common font file formats into the PF2 format.
7
8
10 grub-mkfont [--ascii-bitmaps] [-a | --force-autohint]
11 [-b | --bold] [-c | --asce=NUM] [-d | --desc=NUM]
12 [-i | --index=NUM] [-n | --name=NAME] [--no-bitmap]
13 [--no-hinting] <-o | --output=FILE>
14 [-r | --range=FROM-TO[,FROM-TO]] [-s | --size=SIZE]
15 [-v | --verbose] [--width-spec] FONT_FILES
16
17
19 grub-mkfont converts font files from common formats into the PF2 format
20 used by GRUB.
21
22
24 --ascii-bitmaps
25 Save only bitmaps for ASCII characters.
26
27
28 --force-autohint
29 Force generation of automatic hinting.
30
31
32 --bold Convert font to bold.
33
34
35 --asce=NUM
36 Set font ascent to NUM.
37
38
39 --desc=NUM
40 Set font descent to NUM.
41
42
43 --index=NUM
44 Select face index NUM.
45
46
47 --name=NAME
48 Set font family to NAME.
49
50
51 --no-bitmap
52 Ignore bitmap strikes when loading.
53
54
55 --no-hinting
56 Disable hinting.
57
58
59 --output=FILE
60 Save ouptut to FILE. This argument is required.
61
62
63 --range=FROM-TO,FROM-TO
64 Set the font ranges to each pair of FROM,TO.
65
66
67 --size=SIZE
68 Set font size to SIZE.
69
70
71 --verbose
72 Print verbose messages.
73
74
75 --width-spec
76 Create a width summary file.
77
78
79 FONT_FILES
80 The input files to be converted.
81
82
84 info grub
85
86
87
88 Wed Feb 26 2014 GRUB-MKFONT(3)