Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 9ed04df0ba33aef86803d7ce55a3837e > files > 442

fontforge-20100501-8.fc14.x86_64.rpm

<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 19-Feb-2003 -->
  <!-- AP: Last modified: 22-Sep-2005 -->
  <TITLE>Random utilities for examining fonts</TITLE>
  <LINK REL="icon" href="ffanvil16.png">
  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
<H1 ALIGN=Center>
  Utilities for examining fonts
</H1>
<H2>
  <A HREF="http://cvs.sourceforge.net/viewcvs.cgi/fontforge/fontforge/fonttools/showttf.c">ShowTTF</A>
</H2>
<P>
showttf is a program which will decompose a truetype (or opentype) font file
into its various tables and display the contents of those tables as best
it can. It will also point out the errors it finds in the file. This is similar
to MicroSoft's
<A HREF="http://www.microsoft.com/typography/tools/tools.htm">ttfdump</A>
(except mine shows some of Apple's tables which ttfdump does not), and to
Apple's
<A HREF="http://developer.apple.com/fonts/OSXTools.html">ftxdumperfuser</A>
(except mine shows some OpenType tables which Apple's ignores). And, of course,
mine is open source and runs on most any system.
<BLOCKQUOTE>
  <PRE>showttf fontfile
</PRE>
</BLOCKQUOTE>
<P>
<A HREF="http://cvs.sourceforge.net/viewcvs.cgi/fontforge/fontforge/fonttools/showttf.c">The
source code is in the cvs tree</A>.
<H2>
  <A HREF="http://cvs.sourceforge.net/viewcvs.cgi/fontforge/fontforge/fonttools/ttf2eps.c">Ttf2Eps</A>
</H2>
<P>
ttf2eps will allow you to extract one (or all) glyphs from a font and convert
them into eps files.
<H2>
  <A HREF="http://cvs.sourceforge.net/viewcvs.cgi/fontforge/fontforge/fonttools/pfadecrypt.c">PfaDecrypt</A>
</H2>
<P>
pfadecrypt will undo Adobe's encryption on pfa/pfb files and converts the
byte codes into readable postscript like instructions.
<H2>
  <A HREF="http://cvs.sourceforge.net/viewcvs.cgi/fontforge/fontforge/fonttools/pcl2ttf.c">Pcl2Ttf</A>
</H2>
<P>
Will extract ttf or bitmap fonts embedded in an hp pcl file. Bitmap fonts
become bdf fonts (I don't have any examples of run length encoded bitmap
fonts, and do not currently support them. If you have an rle bitmap pcl font
please send it to me). I have neither documentation on nor examples of the
"Intellifont" format, so these fonts are not supported.
</DIV>
</BODY></HTML>