bdf2c/bdf2c.1
Johns 2fac095727 The name of the C font structure can be given on the command line.
Fixed small bugs: missing '=' in structure initializer, missing const.
2009-02-18 21:48:27 +01:00

44 lines
739 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]
.I [-n name]
.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'.
.TP
.B -n name
Name of the C font structure. 'name' should contain only valid identifier characters. f.e. font9x15b
.SH AUTHOR
Johns (2009) <johns98@gmx.net>.
.SH COPYRIGHT
Copyright (C) 2009 Johns. License: AGPLv3