29 lines
444 B
C
29 lines
444 B
C
/*
|
|
* texenc.h
|
|
*
|
|
* This file is part of the ttf2pk package.
|
|
*
|
|
* Copyright 1997-1999 by
|
|
* Frederic Loyer <loyer@ensta.fr>
|
|
* Werner Lemberg <wl@gnu.org>
|
|
*/
|
|
|
|
#ifndef TEXENC_H
|
|
#define TEXENC_H
|
|
|
|
#include "ttf2tfm.h"
|
|
|
|
|
|
extern encoding staticencoding;
|
|
extern char *staticligkern[];
|
|
extern char *vplligops[];
|
|
extern char *encligops[];
|
|
extern char *accents[];
|
|
|
|
extern char default_codingscheme[];
|
|
|
|
#endif /* TEXENC_H */
|
|
|
|
|
|
/* end */
|