FTGL  2.1.3~rc5
faq.dox File Reference
ftglDestroyFont
void ftglDestroyFont(FTGLfont *font)
Destroy an FTGL font object.
FTFont::Descender
virtual float Descender() const
Gets the global descender height for the face.
FTGL
Definition: ftgl.h:52
ftglSetFontFaceSize
int ftglSetFontFaceSize(FTGLfont *font, unsigned int size, unsigned int res)
Set the char size for the current face.
ftglRenderFont
void ftglRenderFont(FTGLfont *font, const char *string, int mode)
Render a string of characters.
FTTextureFont
FTTextureFont is a specialisation of the FTFont class for handling Texture mapped fonts.
Definition: FTGLTextureFont.h:46
ftgl.h
FTGLfont
struct _FTGLfont FTGLfont
Definition: FTFont.h:399
ftglCreatePixmapFont
FTGLfont * ftglCreatePixmapFont(const char *file)
Create a specialised FTGLfont object for handling pixmap (grey scale) fonts.
FTGLPixmapFont
#define FTGLPixmapFont
Definition: FTGLPixmapFont.h:84
FTFont
FTFont is the public interface for the FTGL library.
Definition: FTFont.h:57
FTFont::Ascender
virtual float Ascender() const
Get the global ascender height for the face.
FTFont::FaceSize
virtual bool FaceSize(const unsigned int size, const unsigned int res=72)
Set the char size for the current face.