#ifndef _BUILD_APPLICATIONFONTSWORKER_H_ #define _BUILD_APPLICATIONFONTSWORKER_H_ #include #include class CApplicationFontsWorker { public: std::vector m_arAdditionalFolders; public: CApplicationFontsWorker(); ~CApplicationFontsWorker(); std::vector CheckApplication(bool bIsNeedSystemFonts, unsigned char* pDataSrc, unsigned int nLenSrc, unsigned char*& pDataDst, unsigned int& nLenDst); }; #endif // _BUILD_APPLICATIONFONTSWORKER_H_