Overview
This directory contains the GhostScript fonts converted to SVG files.
As a part of GhostScript, the fonts are licensed under the terms
of the Gnu General Public License (GPL).
So we make access to all sources needed to convert the GhostScript fonts
to SVG as easy as obtaining the converted fonts.
Files in this directory
- ghostscript-9.06.tar.gz
is the GhostScript archive containing the original fonts.
- README
is the readme file.
- metadata.sed and
pfb2svg.pe
are used by the conversion.
- crsvg.sh
is the script to run the conversion.
- crpfb.sh
is the script to rename the fonts, so the suffix *.pfb indicates the type.
- crpfb.cmd
is the script to rename the fonts, so the suffix *.pfb indicates the type.
This script is intended for use on Windows systems.
- crttf.sh
is the script to convert the fonts to *.ttf files.
- INSTALL
is a text file documenting how to do the conversion.
- COPYING
contains the text of the Gnu General Public License, version 3.
To do the conversion yourself, download all the files listed above,
make sure you have Python and FontForge installed, and follow the
instructions in the INSTALL file.