summaryrefslogtreecommitdiff
path: root/Build/source/utils/lcdf-typetools/otftotfm/kpseinterface.h
blob: 52abdc12bb5fd0ae65c07dfe72fc8315bfc6d375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef OTFTOTFM_KPSEINTERFACE_H
#define OTFTOTFM_KPSEINTERFACE_H
#ifdef __cplusplus
extern "C" {
#endif

void kpsei_init(const char* argv0, const char* progname);
extern int kpsei_env_sep_char;
char* kpsei_path_expand(const char* path); /* free() result */
enum { KPSEI_FMT_WEB2C, KPSEI_FMT_ENCODING, KPSEI_FMT_TYPE1,
       KPSEI_FMT_OTHER_TEXT };
char* kpsei_find_file(const char* name, int format);
void kpsei_set_debug_flags(unsigned flags);

#ifdef __cplusplus
}
#endif
#endif