summaryrefslogtreecommitdiff
path: root/src/encoding.h
blob: e99221e609db9898ba3f981fdc0441995292cdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _TTF2F_ENCODING_H_
#define _TTF2F_ENCODING_H_

#include "utils.h"

struct glyph;

ttf2f_result write_encoding(const char *savein, const char *name,
		struct glyph *glyph_list, int list_size, int type,
		void (*callback)(int progress));

#endif