9748807412
the "type1z" driver uses it to parse Type 1 charstrings (not to parse the Type 1 token stream yet though)..
17 lines
231 B
C
17 lines
231 B
C
#ifndef PSMODULE_H
|
|
#define PSMODULE_H
|
|
|
|
#include <freetype/ftmodule.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
FT_EXPORT_VAR( const FT_Module_Class ) psaux_driver_class;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* PSMODULE_H */
|