Manual Page Search Parameters

VTFONTCVT(8) System Manager's Manual VTFONTCVT(8)

vtfontcvtconvert font files for use by the video console

vtfontcvt [-nv] [-f format] [-h height] [-w width] -o output_file normal_font [bold_font]

The vtfontcvt utility reads source font files in either BDF or Unifont HEX format and outputs a file in one of the available output formats.

HEX format files (normal_font and bold_font) must have the file extension .hex.

The following options are available:

format
Specify the output format. Available formats are:
C source with font data compressed by using LZ4 compression method.
A binary font file (default).
C source.

The output in C source is intended to be used to embed the font into program binary.

The binary font file is for use by vt(4).

height
Set font height. The default is 16. Font height is set automatically for BDF files and for HEX files that have a
# Height: height
comment before any font data.
Do not apply output filtering with C source output.
output_file
Specify the name for the output file.
Display verbose statistics about the converted font.
width
Set font width. The default is 8. Font width is set automatically for BDF files and for HEX files that have a
# Width: width
comment before any font data.

vidcontrol(1), vt(4)

The vtfontcvt utility first appeared in FreeBSD 10.1.

July 19, 2022 dev