/* * texenc.h * * This file is part of the ttf2pk package. * * Copyright 1997-1999, 2000 by * Frederic Loyer * Werner Lemberg */ #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 */