1 /*---------------------------------------------------------------------------* 2 Header File 3 *---------------------------------------------------------------------------*/ 4 5 #ifndef PATTERN_DICT_H_ 6 #define PATTERN_DICT_H_ 7 8 #ifdef __cplusplus 9 extern "C" { 10 #endif 11 12 #include <nitro/prc/types.h> 13 14 15 #define PDIC_WHOLE_POINT_NUM 1647 16 #define PDIC_WHOLE_STROKE_NUM 333 17 #define PDIC_PATTERN_NUM 161 18 #define PDIC_CODE_NUM 117 19 #define PDIC_NORMALIZE_SIZE 64 20 21 22 extern PRCPrototypeList PrototypeList; 23 extern char *PatternName[PDIC_CODE_NUM]; 24 25 26 #ifdef __cplusplus 27 } /* extern "C" */ 28 #endif 29 30 /* PATTERN_DICT_H_ */ 31 #endif 32 33 /*---------------------------------------------------------------------------* 34 End of File 35 *---------------------------------------------------------------------------*/ 36