blob: 7188fdc8940c17b7aa0ce2fba842c10067ea2297 (
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
|
/*
* texenc.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 TEXENC_H
#define TEXENC_H
#include "ttf2tfm.h"
extern encoding staticencoding;
extern const char *staticligkern[];
extern const char *vplligops[];
extern const char *encligops[];
extern const char *accents[];
extern char default_codingscheme[];
#endif /* TEXENC_H */
/* end */
|