summaryrefslogtreecommitdiff
path: root/src/glyphs.h
blob: a3cd43564ec760c18a1bbb04e11c4f9c077b22ab (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _TTF2F_GLYPHS_H_
#define _TTF2F_GLYPHS_H_

#include "utils.h"

ttf2f_result glyph_load_list(void);
void glyph_destroy_list(void);
const char *glyph_name(unsigned int code);

#endif