List of all members.
Classes
Public Member Functions
-
void Begin (void)
-
bool Create (const char *file_name, int tex)
-
bool Create (const std::string &file_name, int tex)
-
void Destroy (void)
-
template<class T > void DrawString (const T *text, float x, float y)
-
template<class T > void DrawString (const std::basic_string< T > &text, float x, float y)
-
template<class T > void DrawString (const T *text, float scalar, float x, float y)
-
template<class T > void DrawString (const std::basic_string< T > &text, float scalar, float x, float y)
-
template<class T > void DrawString (const T *text, float x, float y, const float *top_color, const float *bottom_color)
-
template<class T > void DrawString (const std::basic_string< T > &text, float x, float y, const float *top_color, const float *bottom_color)
-
template<class T > void DrawString (const T *text, float scalar, float x, float y, const float *top_color, const float *bottom_color)
-
template<class T > void DrawString (const std::basic_string< T > &text, float scalar, float x, float y, const float *top_color, const float *bottom_color)
-
int GetCharHeight (int c)
-
void GetCharInterval (std::pair< int, int > *interval)
-
void GetCharSize (int c, std::pair< int, int > *size)
-
int GetCharWidth (int c)
-
int GetEndChar (void)
-
int GetStartChar (void)
-
template<class T > void GetStringSize (const T *text, std::pair< int, int > *size)
-
template<class T > void GetStringSize (const std::basic_string< T > &text, std::pair< int, int > *size)
-
int GetTexHeight (void)
-
void GetTexSize (std::pair< int, int > *size)
-
int GetTexWidth (void)
The documentation for this class was generated from the following files:
- modules/LIGO/glfont2.h
- modules/LIGO/glfont2.cpp