Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TGLSdfFontMaker.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef ROOT_TGLSdfFontMaker
0002 #define ROOT_TGLSdfFontMaker
0003 
0004 class TGLSdfFontMaker {
0005 public:
0006    static int MakeFont(const char *ttf_font, const char *output_prefix, bool verbose = false);
0007 };
0008 
0009 #endif