FreeType 1.31.1

This commit is contained in:
2023-08-27 18:03:45 +02:00
commit 5edbb7a80a
454 changed files with 173977 additions and 0 deletions

28
contrib/ttf2pk/texenc.h Normal file
View File

@@ -0,0 +1,28 @@
/*
* 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 */