summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/tfmaux.h
blob: b400702923ba0c6c6343569b4e6a107f2b1d1dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 *   tfmaux.h
 *
 *   This file is part of the ttf2pk package.
 *
 *   Copyright 1997-1999, 2000, 2002 by
 *     Frederic Loyer <loyer@ensta.fr>
 *     Werner Lemberg <wl@gnu.org>
 */

#ifndef TFMAUX_H
#define TFMAUX_H

#include "ttf2tfm.h"


#define FIXFACTOR (0x100000L)   /* 2^{20}, the unit fixnum */


int transform(int x, int y, float ef, float sl);

int buildtfm(Font *fnt);
void writetfm(Font *fnt);
void writeenc(Font *fnt);

#endif /* TFMAUX_H */


/* end */