00001 00008 #ifndef DRAW_GLYPH_H 00009 #define DRAW_GLYPH_H 00010 00011 #include <iostream> 00012 #include <pango/pango.h> 00013 #include <freetype/freetype.h> 00014 00018 void writeGlyphRoutine(std::ostream& os, PangoContext * const pPangoCtx, FT_Glyph glyph); 00019 #endif