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

struct glyph;

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

#endif