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

#ifndef PARSE_H
#define PARSE_H

#include "ttf2tfm.h"

encoding *readencoding(char **enc, Font *fnt, Boolean ignoreligkern);
void get_replacements(Font *fnt);

#endif /* PARSE_H */


/* end */