diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/ppmdcfont.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/ppmdcfont.1')
-rw-r--r-- | upstream/debian-unstable/man1/ppmdcfont.1 | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/ppmdcfont.1 b/upstream/debian-unstable/man1/ppmdcfont.1 new file mode 100644 index 00000000..fb6485f7 --- /dev/null +++ b/upstream/debian-unstable/man1/ppmdcfont.1 @@ -0,0 +1,59 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Ppmdcfont User Manual" 1 "September 2005" "netpbm documentation" + +.SH NAME + +ppmdcfont - Turn a Ppmdfont file into C source for a builtin font + +.UN synopsis +.SH SYNOPSIS + +\fBppmdcfont\fP + + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +(There are no arguments or options) +.PP +\fBppmdcfont\fP creates a C source file that you can compile into +a built-in font for use with the Netpbm PPM drawing facilities. It +reads a Ppmdfont file on Standard Input and writes the C source code to +Standard Output. +.PP +The output C source code has the font object's name hardcoded as +\fBppmd_standardfont\fP, which you will definitely want to edit, +because that is the name of the font built in to \fBlibnetpbm\fP. If +you don't change it, it will conflict both cognitively and in program +linking. There should obviously be an option on \fBppmdcfont\fP to +choose this, but the development effort has not been justified so far. +.PP +See +.BR "Libnetpbm PPM Drawing Function +Manual" (1)\c +\& for details on Ppmdfont files. + +.UN seealso +.SH SEE ALSO +.BR "ppmdraw" (1)\c +\&, +.BR "ppmddumpfont" (1)\c +\&, +.BR "ppmdcfont" (1)\c +\&, +.BR "Libnetpbm PPM Drawing Function Manual" (1)\c +\& +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/ppmdcfont.html +.PP
\ No newline at end of file |