FreeType 1.31.1
This commit is contained in:
29
contrib/ttf2pk/pklib.h
Normal file
29
contrib/ttf2pk/pklib.h
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* pklib.h
|
||||
*
|
||||
* This file is part of the ttf2pk package.
|
||||
*
|
||||
* Copyright 1997-1999 by
|
||||
* Frederic Loyer <loyer@ensta.fr>
|
||||
* Werner Lemberg <wl@gnu.org>
|
||||
*/
|
||||
|
||||
#ifndef PKLIB_H
|
||||
#define PKLIB_H
|
||||
|
||||
typedef unsigned char byte;
|
||||
|
||||
|
||||
void TFMopen(char **filename);
|
||||
|
||||
void PKopen(char *filename, char *ident, int resolution);
|
||||
|
||||
void PKputglyph(int cc, int llx, int lly, int urx, int ury,
|
||||
int w, int h, byte *b);
|
||||
|
||||
void PKclose(void);
|
||||
|
||||
#endif /* PKLIB_H */
|
||||
|
||||
|
||||
/* end */
|
||||
Reference in New Issue
Block a user