summary refs log tree commit diff
path: root/ppmdcfont.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
commit1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch)
tree78bdf336648566f7a7d55f42837357dea3dd674c /ppmdcfont.html
parent16f2ac126651015a376eba864a3a35f738b0b25a (diff)
downloadnetpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'ppmdcfont.html')
-rw-r--r--ppmdcfont.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/ppmdcfont.html b/ppmdcfont.html
new file mode 100644
index 00000000..c7b79291
--- /dev/null
+++ b/ppmdcfont.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Ppmdcfont User Manual</TITLE></HEAD>
+<BODY>
+<H1>ppmdcfont</H1>
+Updated: September 2005
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<H2 id="name">NAME</H2>
+
+ppmdcfont - Turn a Ppmdfont file into C source for a builtin font
+
+<H2 id="synopsis">SYNOPSIS</H2>
+
+<B>ppmdcfont</B>
+
+
+<p>(There are no arguments or options)
+
+
+<H2 id="description">DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>ppmdcfont</b> 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.
+
+<p>The output C source code has the font object's name hardcoded as
+<b>ppmd_standardfont</b>, which you will definitely want to edit,
+because that is the name of the font built in to <b>libnetpbm</b>.  If
+you don't change it, it will conflict both cognitively and in program
+linking.  There should obviously be an option on <b>ppmdcfont</b> to
+choose this, but the development effort has not been justified so far.
+
+<p>See <A HREF="libnetpbm_draw.html">Libnetpbm PPM Drawing Function
+Manual</A> for details on Ppmdfont files.
+
+<H2 id="seealso">SEE ALSO</H2>
+
+<B><A HREF="ppmdraw.html">ppmdraw</A></B>, <B><A
+HREF="ppmddumpfont.html">ppmddumpfont</A></B>, <B><A
+HREF="ppmdcfont.html">ppmdcfont</A></B>, <A
+HREF="libnetpbm_draw.html">Libnetpbm PPM Drawing Function Manual</A>
+
+
+<HR>
+<A NAME="index">&nbsp;</A>
+<H2>Table Of Contents</H2>
+<UL>
+<LI><A HREF="#name">NAME</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+</UL>
+</BODY>
+</HTML>
+