|
|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T p
Length: 1121 (0x461)
Types: TextFile
Names: »pfd-1.y«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
└─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z«
└─⟦ca79c7339⟧
└─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/pfd2tfm/src/pfd-1.y«
/* Copyright information can be found in file "Copyright" */
/************************************************************************/
/* pfd-1.y */
/************************************************************************/
%{
#include <stdio.h>
#include <ctype.h>
#include "pfd2tfm.h"
#include "defs.h"
#include "yaccreturn.h"
#include "char.h"
#include "defenc.h"
extern void SaveKerningInfo();
extern void SaveLigatureInfo();
extern void MapChar();
extern void EmulateFont();
extern void AfmCharDo();
extern char * BaseFontName;
extern double HRatio;
extern double WidthDelta;
extern double TiltAngle;
extern double OutlineFactor;
extern double MonoCase;
extern int TeXMacroDefsControl;
extern char * TeXMacroDefs;
extern int DownLoadable;
extern double DesignSize;
extern int Slant, Stretch, Shrink, Space, ExtraSpace, Quad, XHeight;
extern int FontDimenArray[1];
extern int EncodingClass;
extern char * ExcludeCharHashTable;
extern int UseAfmKernings;
extern int UseAfmLigatures;
extern int MaxCharCode;
extern int SlitexInvisible;
%}