8 #ifndef __opengl_FontFreeTypeGL_h__ 9 #define __opengl_FontFreeTypeGL_h__ 28 void initialize(
void);
30 virtual I32 fontHeight(I32* a_pAscent,I32* a_pDescent)
34 *a_pAscent=m_fontAscent;
38 *a_pDescent=m_fontDescent;
41 return m_fontAscent+m_fontDescent;
43 virtual I32 pixelWidth(
String a_string);
62 Real m_multiplication;
64 texture_atlas_t* m_pAtlas;
65 texture_font_t* m_pFont;
66 vertex_buffer_t* m_pBuffer;
kernel
Definition: namespace.dox:3
General interface to a window.
Definition: FontI.h:20
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Special vector for color (RGBA)
Definition: Color.h:21
OpenGL-specific implementations for FontI.
Definition: FontFreeTypeGL.h:21
Automatically reference-counted string container.
Definition: String.h:128
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53