bdf2c/bdf2c.1

65 lines
1.6 KiB
Groff
Raw Normal View History

.\"
2010-09-24 14:55:01 +00:00
.\" bdf2c.1 bdf2c - bdf to c convertor man page
.\"
2010-09-24 14:55:01 +00:00
.\" Copyright (c) 2009, 2010 by Lutz Sammer. 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.
.\"
2010-09-24 14:55:01 +00:00
.\" $Id$
.\" ------------------------------------------------------------------------
2010-09-24 14:55:01 +00:00
.TH "bdf2c" 1 "2010-24-10" "1" "bdf2c Manual"
2009-02-16 11:24:57 +00:00
.SH NAME
bdf2c \- converts bdf font files into C include files
.SH SYNOPSIS
.B bdf2c
2010-09-24 14:55:01 +00:00
.BI [\-?|\-h]
.BI [\-b]
.BI [\-c]
.BI [\-C \ file]
.BI [\-n \ name]
.BI [\-O]
2009-02-16 11:24:57 +00:00
.SH DESCRIPTION
2009-02-18 14:32:05 +00:00
bdf2c creates C source and C header file from bdf font files. Which can be
used to embed fonts into the executable.
2009-02-16 11:24:57 +00:00
.SH OPTIONS
.TP
2010-09-24 14:55:01 +00:00
.B \-?|\-h
Show short help and exit. The help is printed to stdout. A note to all
developers: please print to stdout!
2009-02-18 14:32:05 +00:00
.TP
2010-09-24 14:55:01 +00:00
.BI \-c
2009-02-18 14:32:05 +00:00
Create C header file on stdout.
.TP
2010-09-24 14:55:01 +00:00
.BI \-C \ file
2009-02-18 14:32:05 +00:00
Creates C header file 'file'.
2009-02-16 11:24:57 +00:00
.TP
2010-09-24 14:55:01 +00:00
.BI \-b
Read and convert bdf font from stdin to stdout.
.TP
2010-09-24 14:55:01 +00:00
.BI \-n \ name
Name of the C font structure. 'name' should contain only valid identifier
characters. f.e. font9x15b
.TP
2010-09-24 14:55:01 +00:00
.BI \-O
Create outline of the font.
2009-02-16 11:24:57 +00:00
.SH AUTHOR
2010-09-24 14:55:01 +00:00
Copyright (C) 2009, 2010 Lutz Sammer. License: AGPLv3