]> icculus.org git repositories - dana/openbox.git/blob - glft/render.h
add some more font metrics api
[dana/openbox.git] / glft / render.h
1 #ifndef __glft_render_h
2 #define __glft_render_h
3
4 #include <ft2build.h>
5 #include FT_FREETYPE_H
6
7 #include "font.h"
8
9 void GlftRenderGlyph(FT_Face face, struct GlftGlyph *g);
10
11 #endif