2009-02-16 11:24:57 +00:00
|
|
|
.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]
|
2009-02-18 14:32:05 +00:00
|
|
|
.I [-b file]
|
2009-02-16 11:24:57 +00:00
|
|
|
.I [-c]
|
|
|
|
.I [-C file]
|
2009-02-18 20:48:27 +00:00
|
|
|
.I [-n name]
|
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
|
|
|
|
.B -?|-h
|
2009-02-18 14:32:05 +00:00
|
|
|
Show short help and exit.
|
|
|
|
.TP
|
|
|
|
.B -c
|
|
|
|
Create C header file on stdout.
|
|
|
|
.TP
|
|
|
|
.B -C file
|
|
|
|
Creates C header file 'file'.
|
2009-02-16 11:24:57 +00:00
|
|
|
.TP
|
2009-02-18 14:32:05 +00:00
|
|
|
.B -b file
|
|
|
|
Read and convert bdf font 'file'.
|
2009-02-18 20:48:27 +00:00
|
|
|
.TP
|
|
|
|
.B -n name
|
|
|
|
Name of the C font structure. 'name' should contain only valid identifier characters. f.e. font9x15b
|
|
|
|
|
2009-02-16 11:24:57 +00:00
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
Johns (2009) <johns98@gmx.net>.
|
|
|
|
|
|
|
|
.SH COPYRIGHT
|
|
|
|
Copyright (C) 2009 Johns. License: AGPLv3
|