#ifndef __HZLIB_H #define __HZLIB_H /* Includes ------------------------------------------------------------------*/ #include /* Private function prototypes -----------------------------------------------*/ void GetGBKCode(unsigned char* pBuffer,unsigned char * c); //字体选择 #define SONG_TYPEFACE //选择宋体字 //#define BOLDFACE //选择黑体字 #endif