diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/grub2-mkfont.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/grub2-mkfont.1 | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/grub2-mkfont.1 b/upstream/opensuse-leap-15-6/man1/grub2-mkfont.1 new file mode 100644 index 00000000..de077b30 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/grub2-mkfont.1 @@ -0,0 +1,73 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. +.TH GRUB-MKFONT "1" "January 2024" "grub-mkfont (GRUB2) 2.12" "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. |