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

22
contrib/ttf2pk/parse.h Normal file
View File

@@ -0,0 +1,22 @@
/*
* parse.h
*
* This file is part of the ttf2pk package.
*
* Copyright 1997-1999 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 */