1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
pdf2htmlEX/src/Consts.h
2012-08-14 17:13:29 +08:00

28 lines
464 B
C++

/*
* Constants
*
* by WangLu
* 2012.08.07
*/
#ifndef CONSTS_H__
#define CONSTS_H__
#include <string>
#include <map>
extern const double EPS;
extern const std::string HTML_HEAD;
extern const std::string HTML_TAIL;
extern const std::string TMP_DIR;
extern const std::map<std::string, std::string> BASE_14_FONT_CSS_FONT_MAP;
extern const double id_matrix[6];
extern const std::map<std::string, std::string> GB_ENCODED_FONT_NAME_MAP;
#endif //CONSTS_H__