summaryrefslogtreecommitdiff
path: root/src/pcf/pcf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcf/pcf.h')
-rw-r--r--src/pcf/pcf.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/pcf/pcf.h b/src/pcf/pcf.h
index af0ffc3..c726e5e 100644
--- a/src/pcf/pcf.h
+++ b/src/pcf/pcf.h
@@ -25,8 +25,8 @@ THE SOFTWARE.
*/
-#ifndef __PCF_H__
-#define __PCF_H__
+#ifndef PCF_H_
+#define PCF_H_
#include <ft2build.h>
@@ -148,9 +148,9 @@ FT_BEGIN_HEADER
int nprops;
PCF_Property properties;
- FT_Long nmetrics;
+ FT_ULong nmetrics;
PCF_Metric metrics;
- FT_Long nencodings;
+ FT_ULong nencodings;
PCF_Encoding encodings;
FT_Short defaultChar;
@@ -226,12 +226,13 @@ FT_BEGIN_HEADER
#define GLYPHPADOPTIONS 4 /* I'm not sure about this */
FT_LOCAL( FT_Error )
- pcf_load_font( FT_Stream,
- PCF_Face );
+ pcf_load_font( FT_Stream stream,
+ PCF_Face face,
+ FT_Long face_index );
FT_END_HEADER
-#endif /* __PCF_H__ */
+#endif /* PCF_H_ */
/* END */