GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VTFONTCVT(8) FreeBSD System Manager's Manual VTFONTCVT(8)

vtfontcvt
convert font files for use by the video console

vtfontcvt [-n] [-f font|source|compressed-source] [-h height] -o output_file [-v] [-w width] normal_font [bold_font]

The vtfontcvt utility reads source font files in either BDF or Unifont HEX format and outputs a binary font file, C source, or C source with font data compressed by using LZ4 compression method. 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). HEX format files must have the file extension .hex.

The following options are available:

font|source|compressed-source
Specify the output format. The default is binary font file.
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.
August 2, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.