Index: src/truetype/ttpic.h |
diff --git a/src/truetype/ttpic.h b/src/truetype/ttpic.h |
index 84de0fee9e3838b8d45fde369c1add49d7ac71ec..48f43a5f9271b57770aba84a2489ec5a6c585557 100644 |
--- a/src/truetype/ttpic.h |
+++ b/src/truetype/ttpic.h |
@@ -19,7 +19,7 @@ |
#ifndef __TTPIC_H__ |
#define __TTPIC_H__ |
- |
+ |
FT_BEGIN_HEADER |
#ifndef FT_CONFIG_OPTION_PIC |
@@ -47,6 +47,13 @@ FT_BEGIN_HEADER |
#define FT_TT_SERVICE_GX_MULTI_MASTERS_GET (GET_PIC(library)->tt_service_gx_multi_masters) |
#define FT_TT_SERVICE_TRUETYPE_GLYF_GET (GET_PIC(library)->tt_service_truetype_glyf) |
+ /* see ttpic.c for the implementation */ |
+ void |
+ tt_driver_class_pic_free( FT_Library library ); |
+ |
+ FT_Error |
+ tt_driver_class_pic_init( FT_Library library ); |
+ |
#endif /* FT_CONFIG_OPTION_PIC */ |
/* */ |