78        FT_Error 
Error()
 const { 
return err; }
 
  108        FTLibrary& operator=(
const FT_Library&) { 
return *
this; }
 
  137        std::atomic <int> LegacyOpenGLStateHandling;
 
 
FTLibrary class is the global accessor for the Freetype library.
static FTLibrary & Instance()
Global acces point to the single FTLibrary object.
void LegacyOpenGLState(bool On)
See README-LegacyOpenGLState.
FT_Error Error() const
Queries the library for errors.
bool GetLegacyOpenGLStateSet() const
const FT_Library * GetLibrary() const
Gets a pointer to the native Freetype library.