mirror of
https://github.com/zyphlar/bdf2c.git
synced 2024-03-08 13:47:46 +00:00
39 lines
608 B
Groff
39 lines
608 B
Groff
.pc
|
|
.TH "bdf2c" 1 "2009-02-16" "1" "bdf2c Manual"
|
|
|
|
.SH NAME
|
|
bdf2c \- converts bdf font files into C include files
|
|
|
|
.SH SYNOPSIS
|
|
.B bdf2c
|
|
.I [-?|-h]
|
|
.I [-b file]
|
|
.I [-c]
|
|
.I [-C file]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
bdf2c creates C source and C header file from bdf font files. Which can be
|
|
used to embed fonts into the executable.
|
|
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.B -?|-h
|
|
Show short help and exit.
|
|
.TP
|
|
.B -c
|
|
Create C header file on stdout.
|
|
.TP
|
|
.B -C file
|
|
Creates C header file 'file'.
|
|
.TP
|
|
.B -b file
|
|
Read and convert bdf font 'file'.
|
|
|
|
.SH AUTHOR
|
|
Johns (2009) <johns98@gmx.net>.
|
|
|
|
.SH COPYRIGHT
|
|
Copyright (C) 2009 Johns. License: AGPLv3
|