bdf2c/bdf2c.1
2009-03-19 21:12:38 +01:00

68 lines
1.5 KiB
Groff

.\"
.\" bdf2c.1 bdf2c man page
.\"
.\" Copyright (c) 2009 by Johns. All Rights Reserved.
.\"
.\" Contributor(s):
.\"
.\" License: AGPLv3
.\"
.\" This program is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU Affero General Public License as
.\" published by the Free Software Foundation, either version 3 of the
.\" License.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU Affero General Public License for more details.
.\"
.\" $Id: $
.\" ------------------------------------------------------------------------
.pc
.TH "bdf2c" 1 "2009-03-19" "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]
.I [-O]
.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
.TP
.B -O
Create outline of the font.
.SH AUTHOR
Johns (2009) <johns98@gmx.net>.
.SH COPYRIGHT
Copyright (C) 2009 Johns. License: AGPLv3