summaryrefslogtreecommitdiff
path: root/src/psaux/cf2font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/psaux/cf2font.h')
-rw-r--r--src/psaux/cf2font.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/psaux/cf2font.h b/src/psaux/cf2font.h
index 17ecd17bb..94a31ca72 100644
--- a/src/psaux/cf2font.h
+++ b/src/psaux/cf2font.h
@@ -40,9 +40,10 @@
#define CF2FONT_H_
+#include FT_SERVICE_CFF_TABLE_LOAD_H
+
#include "cf2ft.h"
#include "cf2blues.h"
-#include "cffload.h"
FT_BEGIN_HEADER
@@ -111,6 +112,8 @@ FT_BEGIN_HEADER
/* counterclockwise winding */
CF2_BluesRec blues; /* computed zone data */
+
+ FT_Service_CFFLoad cffload; /* Pointer to cff functions */
};