diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/mageia-cauldron/man1/grub2-mkfont.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/mageia-cauldron/man1/grub2-mkfont.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/grub2-mkfont.1 | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/grub2-mkfont.1 b/upstream/mageia-cauldron/man1/grub2-mkfont.1 new file mode 100644 index 00000000..9658c930 --- /dev/null +++ b/upstream/mageia-cauldron/man1/grub2-mkfont.1 @@ -0,0 +1,73 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH GRUB-MKFONT "1" "September 2023" "GRUB 2.06" "User Commands" +.SH NAME +grub-mkfont \- make GRUB font files +.SH SYNOPSIS +.B grub-mkfont +[\fI\,OPTION\/\fR...] [\fI\,OPTIONS\/\fR] \fI\,FONT_FILES\/\fR +.SH DESCRIPTION +Convert common font file formats into PF2 +.TP +\fB\-a\fR, \fB\-\-force\-autohint\fR +force autohint +.TP +\fB\-b\fR, \fB\-\-bold\fR +convert to bold font +.TP +\fB\-c\fR, \fB\-\-asce\fR=\fI\,NUM\/\fR +set font ascent +.TP +\fB\-d\fR, \fB\-\-desc\fR=\fI\,NUM\/\fR +set font descent +.TP +\fB\-i\fR, \fB\-\-index\fR=\fI\,NUM\/\fR +select face index +.TP +\fB\-\-no\-bitmap\fR +ignore bitmap strikes when loading +.TP +\fB\-\-no\-hinting\fR +disable hinting +.TP +\fB\-n\fR, \fB\-\-name\fR=\fI\,NAME\/\fR +set font family name +.TP +\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR +save output in FILE [required] +.TP +\fB\-r\fR, \fB\-\-range\fR=\fI\,FROM\-TO[\/\fR,FROM\-TO] +set font range +.TP +\fB\-s\fR, \fB\-\-size\fR=\fI\,SIZE\/\fR +set font size +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print verbose messages. +.TP +\-?, \fB\-\-help\fR +give this help list +.TP +\fB\-\-usage\fR +give a short usage message +.TP +\fB\-V\fR, \fB\-\-version\fR +print program version +.PP +Mandatory or optional arguments to long options are also mandatory or optional +for any corresponding short options. +.SH "REPORTING BUGS" +Report bugs to <bug\-grub@gnu.org>. +.SH "SEE ALSO" +.BR grub-mkconfig (8) +.PP +The full documentation for +.B grub-mkfont +is maintained as a Texinfo manual. If the +.B info +and +.B grub-mkfont +programs are properly installed at your site, the command +.IP +.B info grub-mkfont +.PP +should give you access to the complete manual. |