Name Date Size

.. 2005-08-09 04:36:42 15

download.c 2005-08-09 04:36:42 15.5 KiB

download.h 2005-08-09 04:36:42 1.4 KiB

Makefile 2005-06-14 09:00:00 1.7 KiB

README 2005-06-14 09:00:00 1.4 KiB

README

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.2 */
A simple program that scans PostScript files for %%DocumentFonts: comments
and prepends requested host resident font files to the input. The downloaded
fonts are the ones named in the %%DocumentFonts: comment and listed in a
special map file (which can be selected using the -m option). See example.map
and the comments in downloader.c for examples of map files. By default map
files and font files are in *hostfontdir. It's initialized using HOSTFONTDIR
(file ../common/path.h) and can be changed on the command line using the
-m option.