Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGLSdfFontMaker.h
Go to the documentation of this file.
1#ifndef ROOT_TGLSdfFontMaker
2#define ROOT_TGLSdfFontMaker
3
5public:
6 static int MakeFont(const char *ttf_font, const char *output_prefix, bool verbose = false);
7};
8
9#endif
Helper class for generation of Signed Distance Field (SDF) fonts for REve.
static int MakeFont(const char *ttf_font, const char *output_prefix, bool verbose=false)
Converts TTF font 'ttf_font' into a SDF font texture atlas (png format) and a compressed font metrics...