DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦db9d97088⟧ TextFile

    Length: 1694 (0x69e)
    Types: TextFile
    Names: »pfd2tfm.h«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/pfd2tfm/h/pfd2tfm.h« 

TextFile

/* Copyright 1988 Stephan v. Bechtolsheim */

/* This file is part of the TPS Software Package.

The TPS Software Package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.  No author or distributor
accepts responsibility to anyone for the consequences of using it
or for whether it serves any particular purpose or works at all,
unless he says so in writing.  Refer to the TPS Software Package
General Public License for full details.

Everyone is granted permission to copy, modify and redistribute
the TPS Software Package, but only under the conditions described in the
TPS Software Package General Public License.   A copy of this license is
supposed to have been given to you along with TPS Software Package so you
can know your rights and responsibilities.  It should be in a
file named CopyrightLong.  Among other things, the copyright notice
and this notice must be preserved on all copies.  */


/* Definition file for pfd2tfm */

/* Version information */
#define VERSION "3.12"
#define DATE "August 17, 1990"

/* Standard Definitions */
#define STRINGLENGTH 256

/* Identification lexical analyser used. */
#define NO_LEX    -1
#define AFM_LEX    0
#define PFD_LEX    1
#define DEFENC_LEX   2

/* How many character width changes are you allowed to have in a pfd file. */
#define PFD_CHANGES_WIDTH 100

/* How many characters can be remapped in the pfd file. */
#define REMAP_MAX 30

/* How many kern/ligature pairs can there be. */
#define KERNS 200
#define LIGATURES 50

/* Prefix for afm file names to become PS file names, i.e. Helvetica
 * can be found in PS-Helvetica.pfd, ...tfm and ...pdr. */
#define PS_FONTS_PREFIX "PS-"

#define MAX_CHAR_PS 256