]> icculus.org git repositories - dana/openbox.git/blob - glft/init.c
create the glft library. it will be using freetype and fontconfig to render fonts...
[dana/openbox.git] / glft / init.c
1 #include "glft.h"
2
3 FcBool GlftInit()
4 {
5     return FcInit();
6 }