[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] font file converter
From: |
James Cloos |
Subject: |
Re: [ft-devel] font file converter |
Date: |
Mon, 17 Oct 2005 17:55:33 -0400 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/23.0.0 (gnu/linux) |
>>>>> "Mark" == Mark DeVries <address@hidden> writes:
Mark> I am looking for code I can incorporate into my product to
Mark> convert OpenType font files to PostScript Type 1 [and afm files].
The LCDF typetools include cfftot1 which converts any cff file (either
raw or in a sfnt (aka opentype) wrapper) into a type1. You'll need to
expand it to also write out an afm file; the code in the typetools for
creating tfm files should help. Cf:
http://www.lcdf.org/type/
-JimC
--
James H. Cloos, Jr. <address@hidden>